RE: How to find Tomcat config and log path?

2007-07-03 Thread Yifan (Eric) Jiang
Setup your environment variable CATALINA_HOME (if you are using Windows, make sure it is a system environment rather than a user environment variable), and then use System.getenv(CATALINA_HOME); to get the tomcat path. Hope this can help Cheers Eric -Original Message- From: Joe

Re: How to find Tomcat config and log path?

2007-07-03 Thread Joe Kramer
I have multiple Tomcat instances running. How do I go about conf/log folders, are they constant strings anywhere? On 7/4/07, Yifan (Eric) Jiang [EMAIL PROTECTED] wrote: Setup your environment variable CATALINA_HOME (if you are using Windows, make sure it is a system environment rather than a