> From: Jonathan Rosenberg [mailto:shmol...@gmail.com] 
> Subject: Upgrading Tomcat in Place on Linux

> What is a good way to upgrade Tomcat in place on a Linux box?

Don't.  Install the new Tomcat in a different directory.  Ideally, you're 
keeping your webapps in a location other than inside the Tomcat directory tree, 
so all you have to change is the appBase attribute of your <Host> element, or 
place the appropriate [appName].xml files in conf/Catalina/[host], each 
containing a docBase attribute pointing to the location of the individual 
webapp.

 - 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