Date of First Response: 2009-03-19 17:09:28 project_key: JBEWS Running some JSP examples I see similar exceptions in the catalina.out: SEVERE: Allocate exception for servlet org.apache.jsp.jsp2.el.functions_jsp java.lang.ClassNotFoundException: org.apache.taglibs.standard.functions.Function s at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa der.java:1359) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa der.java:1205) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.apache.jsp.jsp2.el.functions_jsp.class$(functions_jsp.java:15) at org.apache.jsp.jsp2.el.functions_jsp.<clinit>(functions_jsp.java:15) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at java.lang.Class.newInstance0(Class.java:350) at java.lang.Class.newInstance(Class.java:303) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper. java:1089) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.jav a:791)
Mladen, Please take a look, however, we should be removing the examples in both Tomcat 5 and 6. Thanks, Permaine
This is because the standard.jar and jstl.jar is missing from webapps/jsp-examples/WEB-INF/lib Please don't bother me with such things. I'm not Tomcat support forum.
Mladen, I've already come to such problem in earlier releases but in the previous CR I didn't see the libs missing thus I thought they were added intentionally. If you are saying that the libs need to live only in the webapps/jsp-examples/ and not globally available, then feel free to close the issue. Thanks, Aleksandar
Are these libraries going to be added to the package provided to QA for testing or we need to close that one?
Duplicate of JBPAPP-1793