You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/17 10:40:15 UTC

DO NOT REPLY [Bug 5446] - Can't change webapp class loader (bug #5391 revisited :)

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

Can't change webapp class loader (bug #5391 revisited :)

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From remm@apache.org  2001-12-17 01:40 -------
Although the API may indicate it's doable, it's not possible to separate the
Loader from the ClassLoader in the case of the WebappLoader/WebappClassLoader.
The first one uses special APIs from the second one that can't be replaced.
If you want to replace the class loader, you should write an alternate loader
(maybe based on the old StandardLoader), and maybe give it the capabilities to
switch the CL.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>