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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

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

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
> -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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to