Re: Custom Standard Classloader

2011-11-04 Thread Pid *
On 4 Nov 2011, at 11:24, Paul Wilson wrote: > Hi there, > > I'd like to specify a custom implementation of 'StandardClassLoader' for > Tomcat 6. Why? > I've written such an implementation of > 'org.apache.catalina.loader.StandardClassLoader' and dropped it onto the > classpath What does the a

Re: Custom Standard Classloader

2011-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 11/4/11 7:23 AM, Paul Wilson wrote: > I'd like to specify a custom implementation of > 'StandardClassLoader' for Tomcat 6. I've written such an > implementation of 'org.apache.catalina.loader.StandardClassLoader' > and dropped it onto the cla

Re: Custom Standard Classloader

2011-11-04 Thread Paul Wilson
I'm hoping to replace it with an aspect weaver. On 4 November 2011 13:13, Mikolaj Rydzewski wrote: > On Fri, 4 Nov 2011 11:23:59 +, Paul Wilson wrote: > > It seems that only the lib/* jars are available at this point in time, and >> not bootstrap.jar. >> >> What's the correct way to overrid

Re: Custom Standard Classloader

2011-11-04 Thread Mikolaj Rydzewski
On Fri, 4 Nov 2011 11:23:59 +, Paul Wilson wrote: It seems that only the lib/* jars are available at this point in time, and not bootstrap.jar. What's the correct way to override the StandardClassLoader? Just out of curiosity: what do you need it for? -- Mikolaj Rydzewski

Custom Standard Classloader

2011-11-04 Thread Paul Wilson
Hi there, I'd like to specify a custom implementation of 'StandardClassLoader' for Tomcat 6. I've written such an implementation of 'org.apache.catalina.loader.StandardClassLoader' and dropped it onto the classpath (using the Eclipse launch configuration). However, I get an error: java.lang.Class