Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Filip Hanik - Dev Lists
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 Pa

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
Filip The Both the apache and tomcat are on the same server and the workers.properties connects via localhost Thanks On 2/13/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Hi Randy, if Apache cannot talk to Tomcat, then its not because of the > clustering. The first error in catalina.o

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Filip Hanik - Dev Lists
Hi Randy, if Apache cannot talk to Tomcat, then its not because of the clustering. The first error in catalina.out, is just a result of replication keep alive sessions getting closed, I will fix the code that generates that error so that it doesn't log as an error. do you have a firewall or any

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
Thanks for your help I already have localhost set in my workers.properties file Randy On 2/13/06, Antony Riley <[EMAIL PROTECTED]> wrote: > I thought you said tomcat ran on 3 different boxes and it was a cluster ? > > java.io.IOException: Connection reset by peer > > This means that the tcp con

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Antony Riley
I thought you said tomcat ran on 3 different boxes and it was a cluster ? java.io.IOException: Connection reset by peer This means that the tcp connection was severed somehow, this is typically caused by a firewall dropping idle TCP connections, or someone unplugging a network cable, or someone r

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
i am the IT, the admin everything. I am a small business owner and i do everything. the apache server and tomcat are on the same box, and there is no firewall involved Is there something that is cluing you into the network problem? Something i should look for? Thanks Randy On 2/13/06, Duan, N

RE: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Duan, Nick
It looks like a network problem to me. Is there any firewall between the apache and your tomcat server? Or did your IT dept reconfigure the network recently? ND -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 9:27 AM To: Tomcat Users List