Re: Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8

2016-08-03 Thread oren peer
Hi again. I've search for solution to my problem and found that When an app is deployed to Tomcat, all of the application's startup is performed with a WebAppClassLoader being the thread context class loader. When an app is using *embedded Tomcat*, the WebAppClassLoader is created as part of the

Re: Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8

2016-07-31 Thread Pradyut Bhattacharya
hello From: oren peer <oren1...@gmail.com> Sent: Saturday, July 23, 2016 2:30 AM To: users@tomcat.apache.org Subject: Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8 I have upgraded tomcat from version 7.0.34 to version

Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8

2016-07-22 Thread oren peer
I have upgraded tomcat from version 7.0.34 to version 8.0.33, and since then I have been facing a problem to share the web application context and Junit context. I have a web application with singleton class that gathers statistic data about the web application. I also have Junit that runs the