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

            Bug ID: 57053
           Summary: Tomcat 8.0.14 doesn't start with -Dhttp.nonProxyHosts
           Product: Tomcat 8
           Version: 8.0.14
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: mitko.mitev...@gmail.com

Hi,

I have found the following bug in Tomcat 8.0.14.

I am using Netbeans IDE to develop web applications for Tomcat server. I have
been using this configuration for many years without any problem. With Tomcat
8.0.14 the situation has changed. It is not possible to start a Tomcat server
from Netbeans IDE. The start commands ends with the following error:

'127.0.0.1' is not recognized as an internal or external command,
operable program or batch file.

I have alreday found a root cause for it:

In Tomcat 8.0.14 was introduced the fix :
https://issues.apache.org/bugzilla/show_bug.cgi?id=56895 coming from Tomcat 7.

If I remove the qoutation marks introduced in catalina.bat. The startup works
fine.
The detail investigation show a problem with the following command line
parameter:

-Dhttp.nonProxyHosts="localhost|127.0.0.1|10.80.*|10.0.0.*"

If I remove this parameter the startup works fine with quotation mark in
catalina.bat.

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