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=7626>.
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=7626

classloader not working properly

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|rhino javascript unable to  |classloader not working
                   |see custom servlet classes  |properly



------- Additional Comments From [EMAIL PROTECTED]  2002-03-30 20:07 -------
I have been doing a lot of troubleshooting on this and I believe it is a 
classloader issue.  According to the hierarchy in the tomcat users guide, the 
webapp classloader should be used for all classes in the WEB-INF/classes 
directory as well as for the jarred classes in the WEB-INF/lib directory. The 
jarred classes (in this case js.jar) do not appear to be using the same 
classloader as my other classes.  And, in fact, the classloader that the js.jar 
files are using is incapable of seeing my classes.

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

Reply via email to