> From: Adriano dos Santos Fernandes [mailto:adrian...@uol.com.br]
> Subject: Re: Session lost when app. is redeployed
> 
> I mainly used Lambda Probe. I now also tried:
> - stop the application
> - touch the war
> - start the application
> - application is undeployed and deployed, and session is lost

I still cannot duplicate your problem.  Unless I explicitly undeploy the 
webapp, the session is preserved.  When I followed the exact sequence given 
above - using both manager and LambdaProbe - no undeployment occurred, just an 
application reload, and the session data was properly recovered and remained 
intact.

Try updating your logging.properties to set the logging level for your webapp 
to FINE, restart Tomcat, and then do your procedure again.  Use something like 
this:

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/<appName>].level
 = FINE
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/<appName>].handlers
 = 2localhost.org.apache.juli.FileHandler

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to