Re: Problem with the absolute path of a file

2001-05-08 Thread Daryani Santosh
To: [EMAIL PROTECTED] cc:(bcc: Santosh Daryani/IT/Aon Consulting) Subject: Problem with the absolute path of a file Hi all, I use JavaWebServer2.0 to run my JSP pages. I have a text file from which my JSP page reads from. I use the RandomAccessFile object in java to read and write into the file.

Problem with the absolute path of a file

2001-05-08 Thread kumar seema
Hi all, I use JavaWebServer2.0 to run my JSP pages. I have a text file from which my JSP page reads from. I use the RandomAccessFile object in java to read and write into the file. The file is currently placed in the "public_html" directory of the JavaWebServer. My problem is that while opening

Re: absolute path

2001-03-23 Thread Sachin S. Khanna
norder.com - Original Message - From: Manish <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 2:11 PM Subject: absolute path > hello > how can i get the absolute path of the documentroot(public_html directory) > of my web server thre a jsp.

absolute path

2001-03-23 Thread Manish
hello how can i get the absolute path of the documentroot(public_html directory) of my web server thre a jsp. i want the full path like c:/dir1/dir2/dir3/public_html thanx manish === To unsubscribe: mailto [EMAIL PROTECTED

Re: how to get the absolute path to a webapp

2000-10-09 Thread Arun Thomas
ilto:[EMAIL PROTECTED]] > Sent: Monday, October 09, 2000 6:56 AM > To: [EMAIL PROTECTED] > Subject: how to get the absolute path to a webapp > > > Hello. > > I'm working with Tomcat 3.2 and I would like to know how to > get the absolute > path to the root of the webapp

Re: how to get the absolute path to a webapp

2000-10-09 Thread Louis
I think getServletContext().getRealPath() can do it - Original Message - From: "Stefan Freyr Stefansson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 09, 2000 2:56 PM Subject: how to get the absolute path to a webapp > Hello. > > I&

how to get the absolute path to a webapp

2000-10-09 Thread Stefan Freyr Stefansson
Hello. I'm working with Tomcat 3.2 and I would like to know how to get the absolute path to the root of the webapp I'm in... Like if I wanted to keep a file in a 'conf' directory or even 'WEB-INF' directory of the web app... how could I access that through a JSP?