Compilation errors in Tomcat Servlet engine

webmasterbeta

New Member
Hi I tried executing an application(SOAP using Java client/Servlet)similarto the one explained in the Web site URL:http://www.java-pro.com/upload/free/features/javapro/2001/04apr01/prs0104/prs0104-1.aspEverything went smoothly but when I had to register my applicationwith 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 makingsenseSridhar.
 
Back
Top