Jon Hoffman wrote: > The problem seems to come from Sun's J2EE.jar file. This jar is needed > by the EJB client but it also conflicts with the servlet.jar file that > comes with tomcat therefore I get this warning in my Tomcat log file: > INFO: > validateJarFile(/usr/local/src/apache-tomcat-5.5.17/webapps/firewallrule > s/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section > 9.7.2. Offending class: javax/servlet/Servlet.class > Can anyone give me any suggestions on how to get this to work? > Thanks in advance for any help you can provide.
Just an idea. Try removing the servlet-api.jar and jsp-api.jar files from common/lib and replacing them with the j2ee.jar Warning: I haven't tested this at all. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]