Re: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lowercase g, On 8/24/2009 10:59 AM, g f wrote: I searched the tc website and google and havent had much luck finding info on minor upgrades...most posts pertain to major (5.5 to 6.0 etc.) I was wondering if it was possible to just overwrite the

RE: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread George Sexton
The way I do this is by using a CATALINA_HOME/CATALINA_BASE structure. The tomcat distribution is the CATALINA_HOME directory. You create another directory structure that becomes CATALINA_BASE. In this directory structure, you would create: temp work conf conf/EngineName/HostName logs webapps

Re: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 8/24/2009 1:13 PM, George Sexton wrote: The way I do this is by using a CATALINA_HOME/CATALINA_BASE structure. +1 This is a great idea that I didn't even realize I have been doing for years. We adopt this strategy because we have

RE: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread George Sexton
-Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, August 24, 2009 12:24 PM To: Tomcat Users List Subject: Re: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps. George Sexton wrote: The way I do this is by using a

Re: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread David kerber
George Sexton wrote: The way I do this is by using a CATALINA_HOME/CATALINA_BASE structure. The tomcat distribution is the CATALINA_HOME directory. You create another directory structure that becomes CATALINA_BASE. In this directory structure, you would create: temp work conf

Re: upgrade from 6.0.10 to 6.0.20 and retain conf and webapps.

2009-08-24 Thread David kerber
George Sexton wrote: ... This is also a good solution if you want to have multiple tomcats on one machine. You have one CATALINA_HOME directory and as many CATALINA_BASE directories as you need. Don't you mean the other way around? Multiple CATALINA_HOME directories, one for each TC