When this error happens, are you able to issue the command
1. to see if tomcat is listening,
netstat -na |grep 8009 |grep LISTEN
2. if yes, try to connect to the socket
"telnet localhost 8009"
on the box you see the error, this will tell you if the server socket is
alright.
Fillip
Randy Paries wrote:
Filip
The Both the apache and tomcat are on the same server and the
workers.properties connects via localhost
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]