Extending webappclassloader

2005-12-05 Thread Niels Soeffers
Hello, I have a problem extending the webappclassLoader. In the company I work for, we are using eclipse as our IDE. We have multple projects in eclipse and we would like to have an in-place deployment (so tomcat works on the (bin) directories of our eclipse projects). That way we don't have to

Re: Extending webappclassloader

2005-12-05 Thread Jon Wingfield
Our custom loader sits in a jar in $CATALINA_HOME/server/lib Our classloader uses different parent classloaders depending on which version of TC is running. In 4.1 we just use the parent classloader as supplied in the constructor. In 5.0.x we use the classloader of WebAppClassLoader as the