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:
-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
>
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
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
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