[EMAIL PROTECTED] wrote:
1) During deploy of my war I get the following error:

INFO:
validateJarFile(E:\apache-tomcat-5.5.23\webapps\websvc\WEB-INF\lib\servlet
 -api-2.3.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
Offending class: javax/servlet/Servlet.class INFO:
validateJarFile(E:\apache-tomcat-5.5.23\webapps\websvc\WEB-INF\lib\servlet
 -api-2.5-6.1.2rc0.jar) - jar not loaded. See Servlet Spec 2.3,
section 9.7.2. Offending class: javax/servlet/Servlet.class

What is the problem. Both jars are in my war file. I tried removing
one of the jars and still I get this error.

Did you check the servlet spec at the given location? AFAIK the error is not critical and can be ignored. The cause is probably that the servlet container (Tomcat in this case) includes its own servlet.jar which takes precedence.

Werner

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to