Re: Using custom classloader

2014-06-05 Thread Konstantin Kolinko
2014-06-04 19:46 GMT+04:00 Don Asper : > Hi: I want my web apps running on Tomcat 7.0.35 to use a custom classloader. > The reason is that I want each web app classloader instance to do some > processing to set up the classpath for the web app it belongs to. I have the > following questions:

Re: Using custom classloader

2014-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 6/4/14, 11:46 AM, Don Asper wrote: > Hi: I want my web apps running on Tomcat 7.0.35 to use a custom > classloader. The reason is that I want each web app classloader > instance to do some processing to set up the classpath for the web >

Using custom classloader

2014-06-04 Thread Don Asper
Hi: I want my web apps running on Tomcat 7.0.35 to use a custom classloader. The reason is that I want each web app classloader instance to do some processing to set up the classpath for the web app it belongs to. I have the following questions: 1) Is org.apache.catalina.loader.WebappClassLo

RE: Embedded Tomcat stops deploying WARs when using custom ClassLoader

2006-04-14 Thread Andrew McDowall
mbedded Tomcat stops deploying WARs when using custom ClassLoader Hi, I am currently working on a fairly complex system which provides a means to incorporate 'pluggable' functionality using an embedded Tomcat - essentially it allows WARs to be dropped into a specific directory, the embedded T

Embedded Tomcat stops deploying WARs when using custom ClassLoader

2006-04-13 Thread Andrew McDowall
Hi, I am currently working on a fairly complex system which provides a means to incorporate 'pluggable' functionality using an embedded Tomcat - essentially it allows WARs to be dropped into a specific directory, the embedded Tomcat then unpacks and deploys the WAR. This has been working without