Hello,

Just trying my first steps in SOAP land... I am
using it with tomcat 4.1.12.

Two probably related questions about the classpath
of SOAP applications:

1) I am deploying a SOAP method from some directory ~/XX/ :

~/XX >  java org.apache.soap.server.ServiceManagerClient \   
    http://localhost:8080/soap/servlet/rpcrouter deploy deploy.xml

  It exposes the method HelloSoapServer.getMessage(...).
  The source code HelloSoapServer.java is in that directory.

  Where does tomcat get the byte code from when it responds
  to a SOAP message for that method? I don't see the byte
  code for the HelloSoapServer class anywhere in the tomcat
  directory tree? Actually, I don't even need to have the 
  class compiled anywhere and it still works.

2) In the class whose method I want to expose to SOAP,
   I want to use a reference to a class located in a 
   different tomcat webapp directory. How do I set up
   things so SOAP finds that class, i.e how do I set up
   the classpath SOAP is using to find this class
   (located, say, in 
  $CATALINA_HOME/webapps/<myotherapp/WEB-INF/classes/)

Thanks,

Vuko
   

===========================================================|
 Vuko Brigljevic,    EP Research Fellow                    |
 CERN - European Laboratory for Particle Physics           |
===========================================================|

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to