Hi,
I want to search for files on my server and modify them.
In hosted mode all runs fine, also compile/browser runs fine. Then I
compile my program. The compilation was succeeded.

When I deploy my gwt (1.7.0) app to a tomcat 6.0.20 server the rpc
call fails, because my list of files is null. So I get a
NullPointerException.

I think the tomcat has no permission to the filesystem.
Therefore I add this to my cataline.policy file:

"grant codeBase "file:${catalina.home}/webapps/-" {
    permission java.security.AllPermission;
};"

But it doesn't work.


any suggestion?

OS: Windows XP

Best regards Nice2000

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to