Re: Accessing standalone Tomcat from an external IP address

2008-02-21 Thread Rashmi
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

Re: Accessing standalone Tomcat from an external IP address

2008-02-20 Thread Christopher Schultz
-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 a

Re: Accessing standalone Tomcat from an external IP address

2008-02-20 Thread Rashmi
ction was received. This is not related to Tomcat. I'll try to figure this out. -Rashmi On Tue, Feb 19, 2008 at 10:36 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Rashmi [mailto:[EMAIL PROTECTED] > > Subject: Accessing standalone Tomcat from an external IP a

RE: Accessing standalone Tomcat from an external IP address

2008-02-19 Thread Caldarale, Charles R
> From: Rashmi [mailto:[EMAIL PROTECTED] > Subject: Accessing standalone Tomcat from an external IP address > > I'm trying to configure Tomcat so that it can be accessed externally. There's nothing to configure within Tomcat for that. > http://xxx.xxx.xxx.xxx:7070 ,

Accessing standalone Tomcat from an external IP address

2008-02-19 Thread Rashmi
Hello, I'm trying to configure Tomcat so that it can be accessed externally. The environment is Tomcat 6.0, Fluxbuntu 7.10, JavaSE6. The connection works locally , for example if I try http://localhost:7070/ or http://127.0.0.1:7070/ I can see the app, but if I try with the external ip address a