Often, servlet containers do not use the classpath from your environment.
Therefore, altering your classpath will have no effect. With Tomcat, for
example, you could edit tomcat.bat (3.x) or catalina.bat (4.0) to alter the
classpath.
Scott
----- Original Message -----
From: "Raffaele Corbisiero" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 03, 2001 9:22 AM
Subject: classpath
> Hi,
>
> I am having difficulty deploying
> a service using your SOAP ORB/Server.
>
> The problem is my service "Service.class"
> is in a directory c:\dbase. I have inserted this
> into the classpath;
>
> SET CLASSPATH=%CLASSPATH%;c:\dbase;.
>
> Each time I attempt to access this the Server
> says "Unable to resolve target object : Service".
>
> How can I get round this I thought that the
> server used the same classpath. I am attempting
> this on a test PC with win98.
>
> Many Thanks to anyone who can help
>
> Raffaele