Hi Chris, You are right about the ports, thanks for pointing it out. I made sure the ports were matching on the system, but when I typed it I specified it incorrectly.
I got this to work, it was the Linux firewall issue, I had to configure iptables and forward requests coming in from the external ip address to the internal ip address, and send responses from internal ip to external ip. After the configuration was made the request was reaching Tomcat and it served the request like it always does. -Rashmi On Wed, Feb 20, 2008 at 2:09 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Rashmi, > > > Rashmi wrote: > | http://localhost:7070/ or http://127.0.0.1:7070/ I can see the app, > | but if I try with the external ip address and the same port for > | example: > | > | http://xxx.xxx.xxx.xxx:7070 , I can't access the app, I get a "The > | server at external ip is taking too long to respond." > > [snip] > > > | <Connector port="9090" protocol="HTTP/1.1" > | connectionTimeout="20000" > | redirectPort="8443" /> > > Is the port "9090" up there a typo? If TC is listening on port 9090, > then it certainly won't respond to requests on port 7070. > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAke8etAACgkQ9CaO5/Lv0PC7oQCfUD+vtV9EedVN9XTA7n2rZfi/ > dEoAnjWyAD1vlsykjkVIMyDozbWCt+au > =FROn > -----END PGP SIGNATURE----- > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]