You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Scott McClanahan <sc...@trnswrks.com> on 2008/02/01 22:58:45 UTC

Tomcat manager

Is there any difference between an undeploy and a stop of a web
application other than the fact that an undeploy removes the application
contents from the file system?  Is there any type of additional clean up
of sessions or objects that occur during an undeploy that don't occur
during a stop of a web application?  Thanks.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat manager

Posted by David Brown <da...@davidwbrown.name>.
An undeploy removes the (dot).war. The dot war is all that defines a well-behaved J2EE application on Tomcat. The only residue is what was the app doing in terms of further network connections: databases? JDBC, file uploads, web services, etc. HTH.

Scott McClanahan wrote ..
> Is there any difference between an undeploy and a stop of a web
> application other than the fact that an undeploy removes the application
> contents from the file system?  Is there any type of additional clean up
> of sessions or objects that occur during an undeploy that don't occur
> during a stop of a web application?  Thanks.
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org