Hello
I am trying to configure tomcat to deal with security.
All i want it to add this lines and to run startup.bar.
grant {
// Allow everything for now
permission java.security.AllPermissio
n;
};
i tried to add them to file catalina.policy but i don't know how to tell startup.bat to work with catalina.policy
please help me.
if you can give me example of catalina.policy + startup.bat
Start Free Trial