Well, I just finished installing tomcat5 also. When I run http://my.ip.address:8080 or 
http://my.domain.com:8080 I still get the same error "the page cannot be displayed"

I run the commands that QM suggested and there are the results:
 
lsof -i :8080
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
java    2801 root    3u  IPv4   7503       TCP *:webcache (LISTEN)

iptables --list -n
hain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0          
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0          
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0          icmp type 255 
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          state RELATED,ESTABLISHED 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp dpt:25 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp dpt:80 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp dpt:21 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp dpt:22 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0          state NEW tcp dpt:23 
REJECT     all  --  0.0.0.0/0            0.0.0.0/0          reject-with 
icmp-host-prohibited 

Does anyone know how to read this and to help me figure out if there is any 
restricition inside my server or overall from the network?
________________________________

From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED]
Sent: Thu 6/17/2004 7:33 PM
To: Tomcat Users List
Subject: RE: three problems



At 05:23 PM 6/17/2004, you wrote:
>Thanks for your prompt answer,
>Could you be more specific on the address attr?
>I have the following in the Connector element on my server.xml:
>
><Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>     port="8080" minProcessors="5" masProcessors="75"
>     enableLookups="true" redirectPort="8443"
>     acceptCount="100" debug="0" connectionTimeout="20000"
>     useURIValidationHack="false" disableUploadTimeout="true" />

To add to QM's comments:

You're accessing it locally by hitting http://localhost:8080, right?  If
you're access it remotely with http://www.x.com/myapp, can you access it
locally with http://www.x.com/myapp?

Try accessing it remotely with http://<ip-address-here/myapp and see what
happens.

In any case, this should be a networking issue...

justin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to