"�mit Yaman" wrote:
> 
> William Brogden wrote:
> 
> > I strongly suggest you put Catalog in a package. Tomcat gets confused
> > when a servlet tries to use a class not in a package.
> 
> ok, I put my Catalog-class in a package called samples.catalogs.
> 
> Now my Catalog.class is available in:
> 
>     C:\SOAP-2_2\samples\catalogs\Catalog.class
> 
> and my classpath looks as follows:
> 
>     CLASSPATH=C:\Programme\Xerces-1_3_0\Xerces.jar;
>                              C:\jdk1.3.1\lib\mail.jar;
>                              C:\jdk1.3.1\lib\activation.jar;
>                              C:\jdk1.3.1\lib\bsf.jar;
>                              C:\jdk1.3.1\lib\js.jar;
>                              C:\Programme\Soap-2_2\lib\soap.jar;
>                              C:\Programme\Soap-2_2\;.

 Since the class has to be found by the rpcrouter servlet, why not
put the file where a servlet expects to find it? Namely

  your soap servlet root\WEB-INF\classes\samples\catalogs\Catalog.class

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to