Re: Not serving pages to anything but localhost

2012-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 11/16/12 11:28 AM, David Elliott wrote: Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:20 my time Are you able to telnet from remote machine on port 8080? No, but I can get on SSH. Sounds like a firewall

Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi All Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from any other machine (inside subnet mask, from web) it return nothing but a connection error. I am sure I have left

Re: Not serving pages to anything but localhost

2012-11-16 Thread David kerber
On 11/16/2012 10:59 AM, David Elliott wrote: Hi All Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from any other machine (inside subnet mask, from web) it return nothing

Re: Not serving pages to anything but localhost

2012-11-16 Thread techienote . com
@tomcat.apache.org Subject: Re: Not serving pages to anything but localhost On 11/16/2012 10:59 AM, David Elliott wrote: Hi All Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from

Re: Not serving pages to anything but localhost

2012-11-16 Thread André Warnier
David Elliott wrote: Hi All Tomcat is running and is able to serve up pages but only to itself. Huh ? Care to explain what you mean here ? If I do wget http://localhost:8080 I get a page saved and the text looks right. Hmm. So I guess that's what you meant above. You can access your

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi All David kerber wrote on 16 November 2012 at 16:15 my time On 11/16/2012 10:59 AM, David Elliott wrote: Tomcat is running and is able to serve up pages but only to itself. If I do wget http://localhost:8080 I get a page saved and the text looks right. However if I browse from any

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:20 my time Are you able to telnet from remote machine on port 8080? No, but I can get on SSH. -- David Elliott The TMTI Group includes the following brands www.clickdontcall.comhttp://www.clickdontcall.com,

Re: Not serving pages to anything but localhost

2012-11-16 Thread techienote . com
. --Original Message-- From: David Elliott To: Tomcat Users List To: 'techienote@gmail.com' Subject: RE: Not serving pages to anything but localhost Sent: Nov 16, 2012 21:58 Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:20 my time Are you able to telnet

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi André André Warnier wrote on 16 November 2012 at 16:20 my time. Tomcat is running and is able to serve up pages but only to itself. Huh ? Care to explain what you mean here ? I would say see below, but... If I do wget http://localhost:8080 I get a page saved and the text looks right.

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:35 my time That means your host machine where you have installed tomcat is blocking connection. May be firewall of centos. To confirm the same you can either 1.include port 8080 in iptable allow rules Or 2. you can stop

RE: Not serving pages to anything but localhost

2012-11-16 Thread David Elliott
Hi techienote techienote@gmail.com wrote on 16 November 2012 at 16:35 my time. 1.include port 8080 in iptable allow rules Or 2. you can stop iptables for temporary purpose. Yes it is the iptables. Thanks. -- David Elliott The TMTI Group includes the following brands

Re: Not serving pages to anything but localhost

2012-11-16 Thread André Warnier
David Elliott wrote: Hi André André Warnier wrote on 16 November 2012 at 16:20 my time. Tomcat is running and is able to serve up pages but only to itself. Huh ? Care to explain what you mean here ? I would say see below, but... If I do wget http://localhost:8080 I get a page saved and