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: dev@tomcat.apache.org
        ReportedBy: code.p...@verizon.net
    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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to