On 23/09/2024 13:50, Rachana Kharchane wrote:
Hi Team,

I Have few queries

How can we ensure the old  config is kept in place post installing a new tomcat 
version?

Do we have options to backup the configuration and reapply after new version 
install of Tomcat?

Read RUNNING.txt in the root of your Tomcat distribution.

Look for "Advanced Configuration - Multiple Tomcat Instances"

CATALINA_BASE points to your instance.

CAATALINA_HOME points to the binaries.

Upgrades are then as simple as:
- unpack new version
- stop instance
- update CATALINA_HOME to point to new version
- start instance

Mark


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

Reply via email to