You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ralph Einfeldt <ra...@uptime-isc.de> on 2002/08/08 16:05:40 UTC

When is the StandardClassLoader used ?

According to the API doc this class is deprecated 
and replaced by WebappClassLoader:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/docs/api/org/ap
ache/catalina/loader/StandardLoader.html

According to this mail from Remy it is possible 
to remove the StandardClasslloader from tomcat
without effect:
http://w6.metronet.com/~wjm/tomcat/2001/Jun/msg00749.html

Nevertheless some days ago there was a post with a 
stackttrace that contains the StandardClassLoader.
The post is not yet in any archive I use, so the 
relevant part of the stacktrace was:

at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLo
ader.java:1127)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLo
ader.java:992)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:195)

Can somebody shed some light in that mystery ?

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