Custom class loader

2016-09-19 Thread Erwan Cancouet
Hi, i'm using Tomcat 7.0.70 on ubuntu 15.10. I have created a SampleClassLoader : package com.axway.tnt.compliance; import org.apache.catalina.loader.WebappClassLoader; import java.io.File; import java.io.IOException; public class SampleClassLoader extends WebappClassLoader { public Sampl

Re: Custom class loader

2016-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Erwan, On 9/19/16 11:36 AM, Erwan Cancouet wrote: > Hi, > > i'm using Tomcat 7.0.70 on ubuntu 15.10. > > I have created a SampleClassLoader : > > package com.axway.tnt.compliance; > > import org.apache.catalina.loader.WebappClassLoader; > > imp

RE: Custom class loader

2016-09-20 Thread Erwan Cancouet
Erwan, On 9/19/16 11:36 AM, Erwan Cancouet wrote: > Hi, > > i'm using Tomcat 7.0.70 on ubuntu 15.10. > > I have created a SampleClassLoader : > > package com.axway.tnt.compliance; > > import org.apache.catalina.loader.WebappClassLoader; > > import java.io.File; import java.io.IOException; > > pub

Adding custom class loader to webapp ?

2008-11-18 Thread Maxim Veksler
Hello, Quoting from JETTY documentation (http://docs.codehaus.org/display/JETTY/Classloading) : """ Using a custom WebAppClassLoader Finally, if none of the other alternatives already described meet your needs, you can always provide a custom classloader for your webapp. It is recommended, but

Re: Adding custom class loader to webapp ?

2008-11-18 Thread Bill Barker
"Maxim Veksler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Quoting from JETTY documentation > (http://docs.codehaus.org/display/JETTY/Classloading) : > > > """ > Using a custom WebAppClassLoader > > Finally, if none of the other alternatives already described meet yo

Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Ashish Kumar Singh
All, I wanted to gather some help and feedbacks in configuring a custom class loader with tomcat –8. We were using a custom class loader with Tomcat 6 & 7 successfully which is used to load custom jars from some common locations outside tomcat in our case. APIs being used for this seems t

Re: Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Mark Thomas
On 29/04/2015 17:50, Ashish Kumar Singh wrote: > All, > > I wanted to gather some help and feedbacks in configuring a custom class > loader with tomcat –8. > We were using a custom class loader with Tomcat 6 & 7 successfully which is > used to load custom jars from

Re: Need Help in configuring a Custom Class loader in Tomcat - 8

2015-04-29 Thread Ashish Kumar Singh
Thanks Mark! We are going to try this out and update you! Regards, Ashish On 29/04/15 10:26 pm, "Mark Thomas" wrote: >On 29/04/2015 17:50, Ashish Kumar Singh wrote: >> All, >> >> I wanted to gather some help and feedbacks in configuring a custom >&