-
Compilation errors in Tomcat Servlet engine
Hi I tried executing an application(SOAP using Java client/Servlet)
similar
to the one explained in the Web site URL:
http://www.java-pro.com/upload/free/.../prs0104-1.asp
Everything went smoothly but when I had to register my application
with SOAP
(using the Tomcat Engine) i got the following error:
"Error: 500
Location: /soap/admin/deploy.jsp
Internal 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
sense
Sridhar.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|