RE: Can only view pages on localhost

2009-03-26 Thread Caldarale, Charles R
> From: Ramesh Narayanan (ramesnar) [mailto:rames...@cisco.com] > Subject: RE: Can only view pages on localhost > > U have to change the Tomcat startup script to say that accept > connections from outside world. Utter hogwash. By default, Tomcat listens on 0.0.0.0 - which m

RE: Can only view pages on localhost

2009-03-26 Thread Ramesh Narayanan (ramesnar)
U have to change the Tomcat startup script to say that accept connections from outside world. I am not sure of the exact setting but the User docs should lend u some light regarding this. --Ramesh -Original Message- From: Joel [mailto:jgor...@cox.net] Sent: Thursday, March 26, 2009 10:33

Re: Can only view pages on localhost

2009-03-26 Thread Alan Chaney
Hi Joel Joel wrote: I am a new user of Tomcat. In my test system I have pc's networked via a wireless router. The router assigns the IP address of 192.168.0.2 to the machine that runs Tomcat. When I run Tomcat using http://localhost/... or http://192.168.0.2/... everything works fine wh