https://issues.apache.org/bugzilla/show_bug.cgi?id=51575
Bug #: 51575
Summary: Additional = might prevent catalina.policy from
loading in catalina.sh
Product: Tomcat 7
Version: 7.0.19
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
OS: RHEL 5.5
Java: JRE 1.6u26
catalina.sh has three occurrences of following line containing two equal signs
which might prevent catalina.policy file from being loaded when using -security
-Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy
I believe the line should be:
-Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]