Hi, Thanks for the fast reply. What I want is to read a text file from servlet or jsp page. I don 't want to specify the whole directory path for the file. I want to just specify the file name and should be able to read that file. So I believe if I keep in the current working directory of the Tomcat server, it will work. IS the WEB root as same as the Current working directory for the Tomcat Server.
Regards, Santosh -----Original Message----- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 3:54 PM To: Tomcat 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: "Santosh Varghese" <[EMAIL PROTECTED]> Date: Thu, 31 Jan 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 out > > Regards, > Santosh > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Win a ski trip! http://www.nowcode.com/register.asp?affiliate=1net2phone3a -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
