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
-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
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
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
>&
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
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
"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
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