RE: URGET - NEED HELP
I haven't installed any firewall software and my iptables script looks something like this. iptables -P INPUT ACCEPT iptables -F INPUT iptables -P OUTPUT ACCEPT iptables -F OUTPUT iptables -P FORWARD DROP iptables -F FORWARD iptables -t nat -F iptables -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED, RELATED -j ACCEPT iptables -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT iptables -A FORWARD -j LOG iptables -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 1:02 PM To: 'Tomcat Users List' Subject: RE: URGET - NEED HELP Do you have any firewall software running like black ice? Software like that will give you the same results as you described. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 11:55 AM To: Tomcat Users List Subject: URGET - NEED HELP I can't seem to get tomcat to run as a standalone web server. I have a webapp that is almost entirely dynamic so I do not want to use the apache/tomcat combo, I just want tomcat. I have two nics in my system, a public and a private one (this box also functions as a NAT server) when I configure tomcat to run on port 8080 then everything is fine, but when I tell it to run on port 80 then I can only access the webapp from within the private network (even if I use the public ip) but I can't see the webapp from the public network. I tried telneting to port 80 from the public network and it connects but when I do "GET /" (which normally returns something) I get nothing, I looked at the tomcats access logs and it doesn't have an entry for these requests. ANY HELP WOULD BE GREAT - THIS IS REALLY URGENT --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
RE: URGET - NEED HELP
Do you have any firewall software running like black ice? Software like that will give you the same results as you described. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 11:55 AM To: Tomcat Users List Subject: URGET - NEED HELP I can't seem to get tomcat to run as a standalone web server. I have a webapp that is almost entirely dynamic so I do not want to use the apache/tomcat combo, I just want tomcat. I have two nics in my system, a public and a private one (this box also functions as a NAT server) when I configure tomcat to run on port 8080 then everything is fine, but when I tell it to run on port 80 then I can only access the webapp from within the private network (even if I use the public ip) but I can't see the webapp from the public network. I tried telneting to port 80 from the public network and it connects but when I do "GET /" (which normally returns something) I get nothing, I looked at the tomcats access logs and it doesn't have an entry for these requests. ANY HELP WOULD BE GREAT - THIS IS REALLY URGENT --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
URGET - NEED HELP
I can't seem to get tomcat to run as a standalone web server. I have a webapp that is almost entirely dynamic so I do not want to use the apache/tomcat combo, I just want tomcat. I have two nics in my system, a public and a private one (this box also functions as a NAT server) when I configure tomcat to run on port 8080 then everything is fine, but when I tell it to run on port 80 then I can only access the webapp from within the private network (even if I use the public ip) but I can't see the webapp from the public network. I tried telneting to port 80 from the public network and it connects but when I do "GET /" (which normally returns something) I get nothing, I looked at the tomcats access logs and it doesn't have an entry for these requests. ANY HELP WOULD BE GREAT - THIS IS REALLY URGENT