summaryrefslogtreecommitdiffstats
path: root/base/common/shared/conf/pki.policy
Commit message (Collapse)AuthorAgeFilesLines
* Enabled Tomcat security manager.Endi Sukma Dewata2012-10-261-0/+188
The tomcat.conf and the template deployment configuration have been modified to enable the security manager. The operations script has been modified to generate a new catalina.policy from the standard Tomcat policy, the standard PKI policy and the custom policy every time the instance is started. The current catalina.policy has been changed to store a header for the dynamically generated catalina.policy. A new pki.policy has been added to store the default PKI security policy. An empty custom.policy has been added to store policy customization. Ticket #223