Someone else reported a similar problem with Tomcat 5, but any solution that was found 
was never posted here.

You say you set up classpaths.  With Tomcat 4, there was no need to change any 
classpaths for Tomcat.  One could simply unjar soap.war into a directory in Tomcat's 
webapps, put service classes and jars under WEB-INF, and things were ready to go.  I 
do not know how things may have changed for Tomcat 5.

The Tomcat 4 instructions are at 
http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/tomcat.html?rev=HEAD&content-type=text/html

If you get things working with Tomcat 5, please share your knowledge with others on 
this list.

Thanks.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "A G" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 24, 2003 7:45 AM
Subject: RPCRouter not found


> This is my first attempt at using Apache Soap 2.3.1
> with Tomcat v 5. When I choose to deploy a service I
> get a whole load of errors. I've set up the classpaths
> so I dont know what is going on. Can anybody shed any
> light on this subject before I get put off SOAP?!
> 
> This is the error message being returned. 
> 
> HTTP Status 500
> 
> exception 
> 
> org.apache.jasper.JasperException: Unable to compile
> class for JSP
> 
> An error occurred at line: 5 in the jsp file:
> /admin/list.jsp
> 
> Generated servlet error:
>     [javac] Compiling 1 source file
> 
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:7:
> package org.apache.soap does not exist
> import org.apache.soap.Constants;
>                        ^
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:8:
> package org.apache.soap.server does not exist
> import org.apache.soap.server.*;
> ^
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:47:
> cannot resolve symbol
> symbol  : variable Constants 
> location: class org.apache.jsp.admin.list_jsp
>   String configFilename =
> config.getInitParameter(Constants.CONFIGFILENAME);
>                                                   ^
> 
> 
> 
> An error occurred at line: 5 in the jsp file:
> /admin/list.jsp
> 
> Generated servlet error:
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:49:
> cannot resolve symbol
> symbol  : variable Constants 
> location: class org.apache.jsp.admin.list_jsp
>     configFilename =
> application.getInitParameter(Constants.CONFIGFILENAME);
>                                                   ^
> 
> 
> 
> An error occurred at line: 5 in the jsp file:
> /admin/list.jsp
> 
> Generated servlet error:
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:51:
> cannot resolve symbol
> symbol  : class ServiceManager 
> location: class org.apache.jsp.admin.list_jsp
>   ServiceManager serviceManager =
>   ^
> 
> 
> 
> An error occurred at line: 5 in the jsp file:
> /admin/list.jsp
> 
> Generated servlet error:
> C:\Tomcat
> 5.0\work\Catalina\localhost\soap\org\apache\jsp\admin\list_jsp.java:52:
> package org.apache.soap.server.http does not exist
>    
> org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(application,
> configFilename);
>                                ^
> 6 errors
> 
> 
> 
> org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:128)
> 
> org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:351)
> 
> org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:413)
> 
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
> 
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:437)
> 
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
> 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
> 
> 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)
> 
> 
> 
> ________________________________________________________________________
> Want to chat instantly with your online friends?  Get the FREE Yahoo!
> Messenger http://mail.messenger.yahoo.co.uk
>

Reply via email to