RE: which is the current directory for Tomcat Server?

2002-02-04 Thread Koningshoed
2002 14:37:21 -0800 To: Tomcat Users List [EMAIL PROTECTED] Subject: which is the current directory for Tomcat Server? Hi, I wanted to read some txt file from the current directory for tomcat server. But I am unable to find out the current directory. Please help me

RE: which is the current directory for Tomcat Server?

2002-02-01 Thread Larry Isaacs
31, 2002 11:38 PM To: Tomcat Users List Subject: Re: which is the current directory for Tomcat Server? %TOMCAT_HOME%\bin From Timothy - Original Message - From: Santosh Varghese [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 6:37 AM

which is the current directory for Tomcat Server?

2002-01-31 Thread Santosh Varghese
Hi, I wanted to read some txt file from the current directory for tomcat server. But I am unable to find out the current directory. Please help me out Regards, Santosh -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread Atok Koenig
-0800 To: Tomcat Users List [EMAIL PROTECTED] Subject: which is the current directory for Tomcat Server? Hi, I wanted to read some txt file from the current directory for tomcat server. But I am unable to find out the current directory. Please help me out Regards

RE: which is the current directory for Tomcat Server?

2002-01-31 Thread Santosh Varghese
Users List Subject: Re: which is the current directory for Tomcat Server? Do you mean the web root? If so that is install path\jakarta-tomcat-3.2.2\webapps\ROOT Youcan change this or add additional virtual roots in the \config\server.xml file using the context tags -Original Message- From

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread Galbayar
use getRealPath(); method - Original Message - From: Santosh Varghese [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 08:16 Subject: RE: which is the current directory for Tomcat Server? Hi, Thanks for the fast reply. What I want

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread Galbayar
directory for Tomcat Server? Hi, I wanted to read some txt file from the current directory for tomcat server. But I am unable to find out the current directory. Please help me out Regards, Santosh -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: which is the current directory for Tomcat Server?

2002-01-31 Thread Santosh Varghese
the contents of filename.txt. I hope u got my problem. Regards, Santosh -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 5:26 PM To: Tomcat Users List Subject: Re: which is the current directory for Tomcat Server? in jsp page use

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread timothy
%TOMCAT_HOME%\bin From Timothy - Original Message - From: Santosh Varghese [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 6:37 AM Subject: which is the current directory for Tomcat Server? Hi, I wanted to read some txt file from