Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Ivan Jouikov
I am running tomcat 5.0.27 on Linux RH 9.0, and I have a little problem. I am using jsvc to launch Tomcat standalone as Tomcat5 user. Everything seems to work fine, when I connect to localhost or 127.0.0.1 from that same computer. However, if I try to connect to Tomcat from my local

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Ivan Jouikov
Also, if I try to run startup.sh instead of Tomcat5.sh (jsvc script), I get the same problem: localhost is working, but if I try to connect from another computer I get Page cannot be displayed _ From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 5:19 PM To:

Re: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Robert F. Hall
Ivan, do you have a firewall in place on the linux box? If so, is port 80 open? -Robert Ivan Jouikov wrote: I am running tomcat 5.0.27 on Linux RH 9.0, and I have a little problem. I am using jsvc to launch Tomcat standalone as Tomcat5 user. Everything seems to work fine, when I connect to

Re: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Dennis Dai
RedHat's defualt firewall rules? On 7/9/2004 5:18 PM, Ivan Jouikov wrote: I am running tomcat 5.0.27 on Linux RH 9.0, and I have a little problem. I am using jsvc to launch Tomcat standalone as Tomcat5 user. Everything seems to work fine, when I connect to localhost or 127.0.0.1 from that

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Ivan Jouikov
I am pretty sure I don't because about 4 months ago I had no problem using tomcat from this computer... Although I do remember screweing around with iptables. Lemme see what's up in there, maybe that could be the problem... -Original Message- From: Robert F. Hall [mailto:[EMAIL

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Ivan Jouikov
Here are the contents of my /etc/sysconfig/iptables: # Firewall configuration written by lokkit # Manual customization of this file is not recommended. # Note: ifup-post will punch the current nameservers through the # firewall; such entries will *not* be listed here. *filter :INPUT ACCEPT

Re: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Dennis Dai
On 7/9/2004 5:45 PM, Ivan Jouikov wrote: ... I am not that good with iptables, but it seems to me that the line -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 0:1023 --syn -j REJECT Blocks all ports from 0 to 1023 for TCP/IP... I don't recall putting that there, but is that what it really

Re: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Robert F. Hall
Have you run lokkit to see how it displays this info? # Firewall configuration written by lokkit # Manual customization of this file is not recommended. Ivan Jouikov wrote: Here are the contents of my /etc/sysconfig/iptables: # Firewall configuration written by lokkit # Manual customization of

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Ivan Jouikov
Weee it does work! Thanks! So I was right on the assumption that that entry block all ports below 1023 from accessing my computer? Im gonna go read some info about iptables :) -Original Message- From: Dennis Dai [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 5:57 PM To:

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Birt, Jeffrey
Redhat also comes with a handy gui called Security Level (or something) to administer the firewall. Jeff Birt -Original Message- From: Robert F. Hall [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 7:25 PM To: Tomcat Users List Subject: Re: Tomcat works for localhost, but won't