Re: a jsp question:how to get the web application's directory?

2003-06-14 Thread Rob
I prefer html:base/ for this. lcl wrote: Hi all, I just have a question about jsp/servlet, how to gain the directory in the file system of a web application? because I want to create a file under the web application, and redirect it to user. Best Regards lcl

a jsp question:how to get the web application's directory?

2003-06-12 Thread lcl
Hi all, I just have a question about jsp/servlet, how to gain the directory in the file system of a web application? because I want to create a file under the web application, and redirect it to user. Best Regards lcl - To

Re: a jsp question:how to get the web application's directory?

2003-06-12 Thread Dan Tran
: a jsp question:how to get the web application's directory? Hi all, I just have a question about jsp/servlet, how to gain the directory in the file system of a web application? because I want to create a file under the web application, and redirect it to user. Best Regards lcl

Re: a jsp question:how to get the web application's directory?

2003-06-12 Thread lcl
on writting to a webapp directory, look up getRealPath(). -Dan - Original Message - From: lcl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 7:41 PM Subject: a jsp question:how to get the web application's directory? Hi all, I just have a question about jsp

RE: a jsp question:how to get the web application's directory?

2003-06-12 Thread Nimish Chourey , Tidel Park - Chennai
/classes. -Original Message- From: lcl [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:54 AM To: [EMAIL PROTECTED] Subject: Re: a jsp question:how to get the web application's directory? OutputStream, seemed very good, but could you give me a more detailed infomation, because I