Hi all

 

I have a problem that seems common (I have seen it many times on few forum), but I can’t still solve it :(

 

I have installed Tomcat 5.0.19 + Apache Soap, deployed Apache Soap by copy soap.war into webapps ….

 

Then I launch startup.bat, and I enter in IE the url localhost:8080/soap/index.html …

 

Then I click in deploy and have this error

 

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

            org.apache.jsp.admin.deploy_jsp._jspService(deploy_jsp.java:59)

            org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)

            javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

            org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)

            org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

            org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

            javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

 

My env is :

CLASSPATH : E:\travail\javaLib\soap-2_3_1\lib\soap.jar;E:\travail\javaLib\xerces-2_6_2\xmlParserAPIs.jar;E:\travail\javaLib\javamail-1.3.1\mail.jar;E:\travail\javaLib\jaf-1.0.2\activation.jar

CATALINA_HOME : D:\Program Files\jakarta-tomcat-5.0.19

JAVA_HOME : C:\j2sdk1.4.2_04

 

I haven’t modify or create any conf file ….

 

The prob seems to be a classpath prob, apache soap seems not to find soap.jar and all the other jar …. But I could not solve this problem !!

 

Is someone has an idea ?

 

Ths a lot

Reply via email to