Re: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Dmitri Colebatch
http://localhost:8080 will just be an alias for http://127.0.0.1:8080 - so doing it on another computer means that you're just trying to request the computer that you are doing the request on. Instead - find out what the ip address is, using ipconfig, or winipcfg (I can never rememeber which is

RE: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Tony Vinayak
I presume you are able to ping the IP addr from the other computer. If you can access Tomcat locally (localhost:8080), you should most certainly be able to access it remotely (e.g. http://192.163.1.100:8080). If not already, don't forget to suffix the IP addr with the port # (8080) IF the above

RE: Can I configure Tomcat to accept HTTP requests from remotemachines?

2001-09-13 Thread Tony Vinayak
Interesting,y, if I don't have the inet config line at all in my server.xml, I can access the running Tomcat both locally and remotely without any server.xml config change! - Tony -Original Message- From: Peter Davison [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 10:31