RE: filesystem path

2003-08-27 Thread Cameron Hickey
Thanks! -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 10:37 PM To: Struts Users Mailing List Subject: RE: filesystem path getServletContext().getResource(path) --> returns an URL or getServletContext().getRealPath(relativeP

RE: filesystem path

2003-08-27 Thread Pady Srinivasan
PM To: 'Struts Users Mailing List' Subject: filesystem path What is the simplest way to return the value of the path on the file system where a web app is located? I am building a file upload component and I need to make it usable on numerous systems without changing any properties files.

filesystem path

2003-08-27 Thread Cameron Hickey
What is the simplest way to return the value of the path on the file system where a web app is located? I am building a file upload component and I need to make it usable on numerous systems without changing any properties files. I imagine it is something simple, but I am new to JSP/STRUTS develo