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" attr isn't being used, so Tomcat should be
listening on all available IPs. 

For sanity's sake, please confirm that Tomcat's running:

        lsof -i :8080

If that returns data, then it's down to a networking issue.

Is there a firewall between the other computer and
the Tomcat machine?  For example, what's the output of

        iptables --list -n


-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to