I am trying to start a TomCat instance on my pc via netbeans for testing purpose... I first downloaded Tomcat 7.0.69 from the website, then extracted in my doc folder and created a new server inside NetBeans 8 (Tools -> Server -> Add Server). When I run the server I get this message:
"127.0.0.1" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch.
Translated:
"127.0.0.1" is not recognized as an internal or external command, operable program or batch file.
What's wrong? How can I fix this?
Thanks!