Hello,

 Sorry, but I have not found any answer in the mailing list archive.
 I am using Tomcat 3.2.1. I have a web application based on servlets
that communicates with a server using RMI, so I have set the
SecurityManager when starting Tomcat.
 I get a java.lang.ClassNotFoundException on a class that is under the
WEB-INF/classes/ directory, or in *.jar file located in WEB-INF/lib. The
class file is at the right place.

 I have made two attempts:
 1) put every classes in jar files. I have 2 jar files.
myApplication.jar and com.jar. The class not found is in the com.jar,
and the servlet class is in the myApplication.jar file.
 2) expand those .jar files under WEB-INF/classes, The class file not
found is not in the same package as the servlet class. (com.xxx and
fr.xxx.).

 I do not understand why tomcat is not able to find this class. I have
no SecurityException.Why is it finding my servlet and performing it, and
not my com.xx classes.
 I think it is a matter of class loader (?)
 How can I know the class loader used by tomcat for my application ? Do
I need this ?

 Does anyone have a solution ? In advance thank you.

Gérard


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

Reply via email to