AW: AW: Access local path of servlet

2012-03-20 Thread Gubler, Ruediger
: Access local path of servlet ... If you have direct access to the filesystem, why do you need to request the file from another piece of 3rd-party software? ... - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

AW: Access local path of servlet

2012-03-19 Thread Gubler, Ruediger
Hello, we are using a third party software which accesses files local on the server. We must send in our request the local path to this files (e.g. D:\myserver\webapps\data\thefiles\). My idea was to write a servelt which delivers me D:\myserver\webapps and the client application can add the

Re: AW: Access local path of servlet

2012-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruediger, On 3/19/12 10:39 AM, Gubler, Ruediger wrote: we are using a third party software which accesses files local on the server. We must send in our request the local path to this files (e.g. D:\myserver\webapps\data\thefiles\). My idea was to