The number of open connections....

# netstat -a |grep 8009 |wc -l
175
#

actually, I think that shows both sides of the connection between apache and tomcat + the listener, so that's 87 connections...

Now streaming in the apache errors_log

er
[Wed Dec 18 11:50:48 2002] [warn] (128)Network is unreachable: connect to listener
[Wed Dec 18 11:50:49 2002] [warn] (128)Network is unreachable: connect to listener
[Wed Dec 18 11:50:50 2002] [warn] (128)Network is unreachable: connect to listener
[Wed Dec 18 11:50:51 2002] [warn] (128)Network is unreachable: connect to listener


Any ideas?


--
Simon Chatfield
The Chatfield Group
email: [EMAIL PROTECTED]
phone: 602-971-9598
web: http://www.thechatfieldgroup.com


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

Reply via email to