RE: Webapp in the same thread context

2016-05-27 Thread Daniel Rocha
pplication class loader change its order:https://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html Thanks again,Best regards,Daniel Rocha > Subject: Re: Webapp in the same thread context > To: users@tomcat.apache.org > From: ch...@christopherschultz.net > Date: Fri, 27 M

Re: Webapp in the same thread context

2016-05-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 5/27/16 4:53 AM, Daniel Rocha wrote: > The application that starts the servlets and initializes the > static objects:/home/project/lib/app.jar The tomcat temporary > folder "this.embedded.setBaseDir(getPath());" is located > under:/home/

RE: Webapp in the same thread context

2016-05-27 Thread Daniel Rocha
app.jar" from each servlet (WEB-INF/lib/app.jar) and it worked. Can you please explain to me what really happened to start working?Is there another way (some tomcat option) to do this without having to put the "app.jar" inside the tomcat temporary folder? Thank you in advan

Re: Webapp in the same thread context

2016-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 5/25/16 11:03 AM, Daniel Rocha wrote: > I have a java application that was running with "Embedded" class > from Tomcat 6.0.Now I am trying to upgrade it to run with Tomcat > 7.0.69. > > The current java application is initializing some