As a mitigation measure for this error , I installed XAMPP and put it (Tomcat) as a container for NetBeans . But when I'm going to run some project on NetBeans, the following error appears on the Tomcat console in the IDE:
Iniciando a partir da falha do Tomcat:
'127.0.0.1' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper vel ou um arquivo em lotes.
And the project deployment process stops.
I find this strange, because when I try to start Tomcat directly from XAMPP, it does it normally. I tried to start NetBeans as an administrator but it did not work. How can I resolve it?