DO NOT REPLY [Bug 6379] - Different ClassLoader problem

2002-02-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6379.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6379

Different ClassLoader problem





--- Additional Comments From [EMAIL PROTECTED]  2002-02-12 10:08 ---
In my installation, MyPrincipal .jar stays in $CATALINA_HOME/server/lib because 
catalina needs it on startup. But in this case the jar is not in webapp 
classpath. 
If I put it in $CATALINA_BASE/common/lib catalina does not see the class 
because it is not in its classpath.
If I put the jar in both directories, I have the problem of different 
classloader.
The only way I have found is to put the jar in a global classpath, modifying 
the script catalina.sh.

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




DO NOT REPLY [Bug 6379] - Different ClassLoader problem

2002-02-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6379.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6379

Different ClassLoader problem





--- Additional Comments From [EMAIL PROTECTED]  2002-02-12 16:27 ---
The common CL is the parent of the server CL. The Catalina core can load any 
class which is there. If it can't, then you must be doing something really 
wrong.

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