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 the app on tomcat. I am unable to understand why this would be happening , hence any help on this is appreciated. Could it be a permissions issue or a mount issue (I think the files on the network are on automount on the server)? I don't get any errors or exceptions from the File class object in Java saying access denied. However when I debug and run fileObject.canRead() and fileObject.canWrite it returns false. I cannot query the dir structure to look for the file through the application when running onlinux. The directory and the sub dirs have the correct permissions on them. Could this be a GwT running on tomcat and linux issue? Thanks for any help/ideas. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
