servlets - Access to Tomcat from remote PC -
I have developed a web application using servlets and templates when I try to use this application from the server So everything is fine (ie).
Although I have a hard time accessing this application from another PC. Server PCs and client PCs are connected to the use of a router, there is no other computer in this network.
If, for example, the router IP sends server 192.168.1.4 to the PC that I write in a browser in the client PC:
I can not run the application to do this From on the remote PC, can this be an issue about the tomcat configuration or router configuration I think it might be a port issue if you need it so I can provide the router information.
Thanks for all
It looks as if your Tomato Server other than the localhost It is a normal (and sensible) default for the server not configured to accept the connection.
Alternatively, this may be a firewall problem on the server. If your server is running XP, by default firewall is enabled which will block port 8080. You can enable the ports like this:
Control Panel -> Safety Center -> Firewall -> Exception -> Open-Up Port 8080
Comments
Post a Comment