I have multiple instances of tomcat 6 running on the same server (Linux) and it works as expected. I am trying to find out what the standard practice is with regards to setting the CATALINA_HOME and CATALINA_BASE variables.
In my tomcat installation, I have setup CATALINA_HOME to point to a "common" folder (say /tomcat6) and the CATALINA_BASE variable varies depending on the instance name (say "/tomcat_instance1", "/tomcat_instance2" )
My question is this - do I really need two variables ? Can I just have one CATALINA_HOME and do away with CATALINA_BASE (or vice-versa) ?