Hi Anitha,
have you looked at these articles? there you will find some theory and working
examples.
Deploying secure applications:
http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Deploying+secure+applications
Administrative tasks, look for Administering security
http://opensource.atlassian.com/confluence/oss/display/GERONIMO/Administrative+tasks
HTH
Cheers!
Hernan
Anitha Krishnasamy wrote:
How to apply security policies for the web application deployed in
Geronimo ?
As in tomcat we have catalina.policy file for all web applications in
the conf directory.
catalina.policy file
grant{
permission java.security.AllPermission;
};
Can any one able to help me ?
Thanks...
Anitha.K