Compilation error in Tomcat Serverlet Engine

admin

Administrator
Staff member
Hi I tried executing an application(SOAP using Java client/Servlet) similarto the one explained in the Web site URL:Everything went smoothly but when I had to register my application with SOAP(using the Tomcat Engine) i got the following error:"Error: 500Location: /soap/admin/deploy.jspInternal Servlet Error:org.apache.jasper.JasperException: Unable to compile class for JSPC:\Tomcat\jakarta-tomcat-3.2.1\work\localhost_8080%2Fsoap\_0002fadmin_0002fdeploy_0002ejspdeploy_jsp_0.java:18:Package org.apache.soap.util not found in import.import org.apache.soap.util.*;^C:\Tomcat\jakarta-tomcat-3.2.1\work\localhost_8080%2Fsoap\_0002fadmin_0002fdeploy_0002ejspdeploy_jsp_0.java:19:Package org.apache.soap.util.xml not found in import.import org.apache.soap.util.xml.*;^C:\Tomcat\jakarta-tomcat-3.2.1\work\localhost_8080%2Fsoap\_0002fadmin_0002fdeploy_0002ejspdeploy_jsp_0.java:20:Package org.apache.soap.server not found in import.import org.apache.soap.server.*;^3 errors"and also it didn't recognise any of the imported org.apache.soap.* packages.Can any of you please respond to this and help me out.GUess am making senseSridhar.
 
Back
Top