How bind Tomcat to an IP address?

2005-08-04 Thread Andrea Senatore
Hi all, I have installed jakarta-tomcat-4.1.18-LE-jdk14 on my windows 2000. I tried it locally typing in my browser http://localhost:8080 and all works fine. As I need to use Tomcat on machine different from mine I tried to change the address which Tomcat is listening to. I read on HOW-TO that you

How bind Tomcat to an IP address?

2005-08-04 Thread Andrea Senatore
Hi all, I have installed jakarta-tomcat-4.1.18-LE-jdk14 on my windows 2000. I tried it locally typing in my browser http://localhost:8080 and all works fine. As I need to use Tomcat on machine different from mine I tried to change the address which Tomcat is listening to. I read on HOW-TO that you

Re: How bind Tomcat to an IP address?

2005-08-04 Thread Justin Jaynes
Andrea, Let's say you install tomcat on machine A, (your server), and your network administrator has given that machine the address of 192.168.0.7. You and want to reach the server from a machine B, your workstation. All you need to do (assuming they are on the same network and properly

Re: How bind Tomcat to an IP address?

2005-08-04 Thread Andrea Senatore
Hi Justin, thanks for fast reply! I'm sorry but I'm rookie on Tomcat. What I've written is what happens, i.e. when I try to connect to Tomcat server typing localhost address (http://localhost:port) all works. If I type in the browser my IP address (http://myIP:port) the server doesn't accept any