Re: File system inaccessible to application running under Tomcat

2006-06-20 Thread Mark Thomas
Stephen Gray wrote: > I'm assuming that there is come configuration option that causes Tomcat > not to be able to see the local file system but I can't think what it > might be - I'm not starting Tomcat with a security manager. When running as a service, tomcat runs under the local system user by

File system inaccessible to application running under Tomcat

2006-06-19 Thread Stephen Gray
Hello everyone, I'm having a problem with a java/jsp application running under Tomcat 5.5.12 on Windows. When I start Tomcat from the system tray application or from the windows services window code that checks whether a directory exists incorrectly returns false: File file = new Fil