https://bz.apache.org/bugzilla/show_bug.cgi?id=65714

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Konstantin Kolinko <[email protected]> ---
> -Djava.security.policy=${CATALINA_BASE}/conf/catalina.policy

The above value is just wrong. The value has to start with '=' (see Java
documentation for "java.security.policy" for the meaning).

See how catalina.sh sets it, e.g.:

-Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy

Note how '=' character is doubled.

-- 
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]

Reply via email to