You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "BRAUNER,ALEXANDRE (HP-UnitedKingdom,ex2)" <al...@bra.exch.hp.com> on 2001/03/01 10:43:24 UTC

SOAP on j2ee server

Hi,
I am a student working on web services. I'd like to have a 
SOAP entry point on my j2ee server. Does someone know how 
to to it? I have tried to add the soap directory in the 
public_html folder of j2sdkee1.2.1, but I get the following 
error when I try to use the admin tool. I have checked my 
classpath and everything is allright. I already have used 
SOAP with Tomcat, so I don't really understand the problem.
Thanks,
Alexandre Brauner

Error: 500
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class 
for JSPC:\j2sdkee1.2.1\repository\SSE1226
\web\_0005csoap_0005cadmin_0005clist_0002ejsplist_jsp_0.java
:16: Package org.apache.soap.server not found in import.
import org.apache.soap.server.*;
 ^
1 error

	at org.apache.jasper.compiler.Compiler.compile
(Compiler.java:248)
	at org.apache.jasper.runtime.JspLoader$2.run
(JspLoader.java:273)
	at java.security.AccessController.doPrivileged
(Native Method)
	at org.apache.jasper.runtime.JspLoader.loadJSP
(JspLoader.java:270)
	at 
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadI
fNecessary(JspServlet.java:137)
	at 
org.apache.jasper.runtime.JspServlet$JspServletWrapper.servi
ce(JspServlet.java:148)
	at 
org.apache.jasper.runtime.JspServlet.serviceJspFile
(JspServlet.java:247)
	at org.apache.jasper.runtime.JspServlet.service
(JspServlet.java:352)
	at javax.servlet.http.HttpServlet.service
(HttpServlet.java:865)
	at 
org.apache.tomcat.core.ServiceInvocationHandler.method
(ServletWrapper.java:626)
	at 
org.apache.tomcat.core.ServletWrapper.handleInvocation
(ServletWrapper.java:534)
	at 
org.apache.tomcat.core.ServletWrapper.handleRequest
(ServletWrapper.java:378)
	at org.apache.tomcat.core.Context.handleRequest
(Context.java:644)
	at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:440)
	at 
org.apache.tomcat.service.http.HttpConnectionHandler.process
Connection(HttpConnectionHandler.java:144)
	at org.apache.tomcat.service.TcpConnectionThread.run
(TcpEndpoint.java:310)
	at java.lang.Thread.run(Thread.java:484)