Re: How to refer to file?

2009-05-18 Thread Dola Woolfe
steven.ya...@springsource.com Subject: Re: How to refer to file? To: Tomcat Users List users@tomcat.apache.org Date: Monday, May 18, 2009, 1:28 AM Dola Woolfe wrote: Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir

Re: How to refer to file?

2009-05-18 Thread David Smith
Dola Woolfe wrote: Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir, FileName.txt). Thanks, Dola - To unsubscribe, e-mail:

Re: How to refer to file?

2009-05-18 Thread Juha Laiho
: From: Steve Yates steven.ya...@springsource.com Subject: Re: How to refer to file? To: Tomcat Users List users@tomcat.apache.org Date: Monday, May 18, 2009, 1:28 AM Dola Woolfe wrote: Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new

How to refer to file?

2009-05-17 Thread Dola Woolfe
Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir, FileName.txt). Thanks, Dola - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: How to refer to file?

2009-05-17 Thread Steve Yates
Dola Woolfe wrote: Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir, FileName.txt). Thanks, Dola - To unsubscribe, e-mail: