Both Google and Stackoverflow have shown me people with similar issues however this error is slightly different in that the IP address is suffixed with an asterisk:
NetBeans 8.0.1 is giving me the following error when trying to start Tomcat.
'127.0.0.1*' is not recognized as an internal or external command,
operable program or batch file.
I've got both Tomcat 7.0.56 and Tomcat 8.0.14 installed, they both start OK from the command line (one at a time). I have them added to NetBeans' list of servers as Tomcat 7 and Tomcat 8.
I have a "Hello World" web app which I have configured:
Properties -> Run -> Server: tried both Tomcat 7 and Tomcat 8
Both give the same error.
If I try starting Tomcat using either:
Services -> Servers -> Tomcat 7 -> Start
Services -> Servers -> Tomcat 8 -> Start
I get the same error as when trying to start a web app:
'127.0.0.1*' is not recognized as an internal or external command,
operable program or batch file.
Any ideas ?
Even if it's only what that asterisk is doing there ?