On 13/03/2014 03:03, Toby Lazar wrote:
> If I deployed multiple versions of a single application using parallel
> deployments, is there a way I can access old versions of the app?  Is there a
> way to go to version 001 using something like:
> 
>     /application##001
> 
> after version 002 is already deployed?  I tried going to that URL but
> tomcat always takes me to the most recent version.

In order to access an old version you have to provide a valid session ID
for the old version. There is no other way to force Tomcat to map a
request to the old version.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to