0
I am creating a web service to be consumed by mobile application, in java, using Tomcat as container. It is working however, for each time I will test I have to deploy because the eclipse Tomcat does not accept connection from another host. Does anyone know how to set up Tomcat in eclipse to accept these external accesses?
Are you trying to access from outside or within your local network? I find it strange because Tomcat does not have this type of block by default and the eclipse also does not restrict it, I believe it would be more a matter of network.
– Danilo Silva
is within my local network.
– Markswell Menezes
Have you checked the firewall of the machine running the eclipse?
– Danilo Silva
friend do not access that is firewall, because if it was I would not have access when deploy in Tomcat direct.
– Markswell Menezes
Which operating system do you use? You can post your server.xml?
– Danilo Silva