Re: Question on parallel deployment

2016-09-14 Thread Chris Gamache
Hi Felipe, It is my experience that Tomcat will continue to process long-running old requests while new requests get served the new version of the webapp. When the requests are finished processing Tomcat will undeploy the old version of the webapp (undeployOldVersions="true"). If you do happen to

Question on parallel deployment

2016-09-14 Thread Felipe Jaekel
Hi, I've been using parallel deployment successfully with JSF based webapps for some years. Now I'd like to use it with some web service based webapps (CXF). I noticed on Tomcat Manager that these webapps doesn't create sessions on the requests. I use *undeployOldVersions="true"* on server.xml,