RE: How to configure in Tomcat?

2006-03-15 Thread Caldarale, Charles R
> From: Xi Chen [mailto:[EMAIL PROTECTED] > Subject: How to configure in Tomcat? > > I set up the environment variable (MY_CONFIG_FILE_PATH) correctly on > the machine, and the class function all right if I test it via a > command line. > > However, if I test the c

Re: How to configure in Tomcat?

2006-03-15 Thread foo shyn
.." u need to put the specific file and the folder(s) that contains it in the Tomcat folder, otherwise it should be working fine... my 2 cents, and hope it helps. FooShyn - Original Message - From: "Xi Chen" <[EMAIL PROTECTED]> To: Sent: Thursday, March 16, 2006 10:51

How to configure in Tomcat?

2006-03-15 Thread Xi Chen
Hi, there. I have a question in my deployment under Tomcat 5.5. In one of the java classes I wrote, I have a line of code like the following: String propertiesFilePath = System.getEnv("MY_CONFIG_FILE_PATH"); // Then I start load the contents of the file into java Properties. I s