[java-sig-commits] [Bug 842346] Properly migrate tomcat to systemd

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 25 21:48:53 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=842346



--- Comment #24 from Ivan Afonichev <ivan.afonichev at gmail.com> ---
I've checked upstrem catalina.sh and there is also 
 -Djava.security.policy==\"$CATALINA_BASE/conf/catalina.policy\" \


You can find docs about loading security policies here
http://docs.oracle.com/javase/7/docs/technotes/guides/security/PolicyFiles.html
"
(note the double equals) then just the specified policy file will be used; all
the ones indicated in the security properties file will be ignored. 
"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oNhEtdk9Jf&a=cc_unsubscribe


More information about the java-sig-commits mailing list