Mitko,

On 3.10.2014 8:52, Mitev, Mitko wrote:
Tomcat 8.0.12
:noJuliConfig
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%

Tomcat 8.0.14
:noJuliConfig
set JAVA_OPTS=”%JAVA_OPTS% %LOGGING_CONFIG%”

Actually, the qotation marks in 8.0.14 are in different position:

set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%"


Removing quotation marks solves the problem.

Does anybody knows the reason why the quotation marks were introduced?

Rationale for the question marks is described here:

  https://issues.apache.org/bugzilla/show_bug.cgi?id=56895

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to