Ognjen

-----Original Message-----
>From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] 
>Sent: 3. října 2014 9:20
>To: Tomcat Users List
>Subject: Re: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

>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

You right with the quotation mark, I apologize for it.
But nevertheless the removing the quotation mark solves the problem. 
I have done also further investigation the problem is with the following 
parameter in the command line: 
-Dhttp.nonProxyHosts="localhost|127.0.0.1|10.80.*|10.0.0.*"
If I remove the proxy setting the startup works fine.
I have also looked on the issue 56895 in bugzilla and I have found interesting 
thing: The fix for 56895 comes from Tomcat 7 (actually from 7.0.54). If I run 
this version the startup works fine though I use proxy setting described above. 
For me it seems as bug in tomcat 8 for fix 56895.

-Mitko

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


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

Reply via email to