Unable to access dir on network from GWt app

2010-06-08 Thread SC
I am running a GWT application on a tomcat container on a linux server. In one part of the code on the server side, I am trying to search for some files within a directory structure which is on the network . This works on windows hosted mode (hence I think my code is okay) but not when I deploy

Re: Unable to access dir on network from GWt app

2010-06-08 Thread Lothar Kimmeringer
SC schrieb: I am running a GWT application on a tomcat container on a linux server. In one part of the code on the server side, I am trying to search for some files within a directory structure which is on the network . [...] I don't get any errors or exceptions from the File class object

Re: Unable to access dir on network from GWt app

2010-06-08 Thread SC
Okay thanks . On Jun 8, 11:33 am, Lothar Kimmeringer j...@kimmeringer.de wrote: SC schrieb: I am  running a GWT application on a tomcat container on a linux server. In one part of the code on the server side, I am trying to search for some files within a directory structure  which is on

Re: Unable to access dir on network from GWt app

2010-06-08 Thread fmod
It may help to try to deploy in a fresh install of Tomcat (downloaded from apache, the bin distribution) executed with root. Most Tomcat distributions (specially the one from Debian) are configured for production mode. It may be really secure, but it's a nightmare for programmers. Once you have