Thread: echo of pwd
View Single Post
  #4 (permalink)  
Old 12-04-2007, 05:14 PM
wsaryada wsaryada is offline
Senior Member
 
Join Date: Jun 2007
Location: Bali, ID
Posts: 102
wsaryada is on a distinguished road
When using Java Servlet or JSP you can get the real path where you application is stored on the disk using:

Code:
getServletContext().getRealPath("");
Is this what you are looking for?
__________________
Website:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Blog:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote