Hello,

I'm using Tomcat 3.2 on Windows NT.
>From another machine, I start an applet (which, among others,
 invokes a servlet) being in the directory 
/webapps/root/<myAppletDirectory>.
Do my other classes used by the applet necessarily have to be in a
subdirectory of /webapps/root,
or is it possible to have them in another directory (which, of
course, has to be in the CLASSPATH used by Tomcat)?
At the moment, although the class can be found in the CLASSPATH,
Tomcat tells me 
- Ctx( ): 404: R(  + /<myAppletDirectory>/<UsedClass.class> +null)
null,
while the applet tells me
java.lang.ClassNotFoundException:<UsedClass>

Is there a necessary configuration of Tomcat missing?


Thanks, Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to