How to determine application root directory on the server
I've written a servlet that uses a local file directory on the server, which is under the application's root directory. Without hard coding this directory, how do I determine the applications root directory under the tomcat container path (from the server perspective), not as the client sees it?
Thanks,
Werner

