Re: three problems

2004-06-18 Thread QM
Clearly, my eyes aren't as sharp when I'm half-awake. Here's the culprit: : REJECT all -- 0.0.0.0/00.0.0.0/0 reject-with : icmp-host-prohibited That's the tail end of the chain, so any rules appended to that chain (like the Tomcat rule I showed you) will never be

RE: three problems

2004-06-18 Thread Casas, Claudia
://my.domain.com:8080/examples it works fine, but I cannot see the http://my.domain.com/examples -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 6:18 AM To: Tomcat Users List Subject: Re: three problems Clearly, my eyes aren't as sharp when I'm half-awake. Here's

Re: three problems

2004-06-18 Thread QM
On Fri, Jun 18, 2004 at 12:30:26PM -0600, Casas, Claudia wrote: : Thanks QM! This works now! :) yuppiii! Excellent -- and thank you for posting what you did. That'll help someone else in the archives. : But I would like to be able to access this file with no 8080 port at : all, like this:

Re: three problems

2004-06-17 Thread QM
On Thu, Jun 17, 2004 at 05:44:51PM -0600, Casas, Claudia wrote: : 1) When I go to another PC and try to access my server: : http://my.domain.com:8080 http://my.domain.com:8080/ I get The page : cannot be displayed : but if I access http://my.domain.com:80 http://my.domain.com/ : (apache), it

RE: three problems

2004-06-17 Thread Casas, Claudia
=8443 acceptCount=100 debug=0 connectionTimeout=2 useURIValidationHack=false disableUploadTimeout=true / -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 6:09 PM To: Tomcat Users List Subject: Re: three problems On Thu, Jun 17, 2004

Re: three problems

2004-06-17 Thread QM
On Thu, Jun 17, 2004 at 06:23:30PM -0600, Casas, Claudia wrote: : Connector className=org.apache.coyote.tomcat4.CoyoteConnector : port=8080 minProcessors=5 masProcessors=75 ^^^ did you mean, max? I see the address

RE: three problems

2004-06-17 Thread Justin Ruthenbeck
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

RE: three problems

2004-06-17 Thread Casas, Claudia
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

Re: three problems

2004-06-17 Thread QM
On Thu, Jun 17, 2004 at 08:26:34PM -0600, Casas, Claudia wrote: : lsof -i :8080 : COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME : java2801 root3u IPv4 7503 TCP *:webcache (LISTEN) This is good. (Well, technically, it's not a good idea to run Tomcat as root -- but we'll get

RE: three problems

2004-06-17 Thread Casas, Claudia
0.0.0.0/0 ACCEPT tcp -- 0.0.0.0/00.0.0.0/0 tcp dpt:8080 state NEW From: QM [mailto:[EMAIL PROTECTED] Sent: Thu 6/17/2004 8:38 PM To: Tomcat Users List Subject: Re: three problems On Thu, Jun 17, 2004 at 08:26:34PM -0600

Re: three problems

2004-06-17 Thread Nikola Milutinovic
Casas, Claudia wrote: Oki doki, I just added the port 8080 following QM suggestions and also thanks very much for your help. The results here: But unfortunately I still cannot see my http://my.ip.address:8080. Getting page cannot be displayed. :( OK, so, you have a mild network permission issue.