tomcat5 policy changes suggestion
Michael Jenik
checktronik at yahoo.com
Sat Dec 10 01:21:00 UTC 2005
Hi,
I have installed tomcat5 pro apt-get install tomcat5
unstable.-
I heve had many problems discovering that there were
missing permissions in the policy files.
catalina wasn't able to deploy use a jsf aplication in
a war file.
I solved the problem adding this lines to
04webapps.policy.
How this stuff could be workarrounded ?
permission java.io.FilePermission
"/var/lib/tomcat5/temp/-", "read,write,delete";
permission java.io.FilePermission
"/var/lib/tomcat5/conf/Catalina/-",
"read,write,delete";
permission java.net.SocketPermission
"java.sun.com:80", "connect,resolve";
regards
Michael
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the pkg-java-maintainers
mailing list