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
Hi Chuck, Thank you for your reply, it is helpful to know that no further configuration is required in server.xml to make Tomcat accessible through an external IP. As you mentioned I may need to configure the firewall as described here: https://help.ubuntu.com/6.06/ubuntu/serverguide/C/firewall-

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 , I can't access the app, I ge