I am trying to intergrate a third party SOAP server with Tomcat and when it try to deploy the web application i get an error where tomcat is unable to load servlet.jar. when i start tomcat this is the message that i get.
[INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Registry instance [INFO] Registry - -Creating MBeanServer [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.12 WebappClassLoader: validateJarFile(C:\glue2.3.1\electric\webapps\glue\WEB-INF\li b\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class [INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on port 8080 [INFO] ChannelSocket - -JK2: ajp13 listening on tcp port 8009 [INFO] JkMain - -Jk running ID=0 time=10/171 config=C:\tomcat\jakarta-tomcat-4. 1.12\conf\jk2.properties I looked at Servlet specifications and it seems like it is some error related to ClassLoader. what am i doing wrong? thanks abhijat -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
