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

Webapp in the same thread context

2016-05-25 Thread Daniel Rocha
t;, "10");connector.setProperty("acceptCount", "20");connector.setProperty("asyncTimeout", "3");connector.setProperty("connectionTimeout", "3");connector.setProperty("socket.soTimeout", "3");conne