You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Brian Abbott <br...@dommoni.com> on 2003/07/03 01:18:57 UTC

Apache-SOAP/Tomcat Classpath problem

Hi,
 
    Im runing Tomcat 4.0.6. I have a web application running and
Apache-SOAP installed. The web application is publishing methods to be
accessed via soap-rpc. When the client code makes a call, the fault code
is badTargetObjectURI. The problem is the classpath on Tomcat doesnt
contain the class files for implementation code. However, when I add the
correct path to the catalina.bat startup script, the .jar files in my
WEB-INF\lib directory arent being added to the tomcat classpath. Has
anyone seen or experienced this before?
 
Thanks,
 
Brian Abbott