Hi,
Thanks a lot Scott, for your effort. I'm sure it will solve my problem.
I have a small doubt about the backlog parameter that you have mentioned in the
excerpt from server.xml that you have given from your mail
In my file it looks something like
<Connector className="org.apache.tomcat.service.SimpleTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="port" value="8080"/>
</Connector>
<Connector className="org.apache.tomcat.service.SimpleTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>
</Connector>
Where you have written className="org.apache.tomcat.service.PoolTcpConnector" , I have
"className="org.apache.tomcat.service.SimpleTcpConnector"
what is the difference between the two.
Secondly, in my server.xml file, where should I insert the backlog parameter.
Thirdly, what is the significance parameter? Does it put an upper limit on the no. of
connections it can take. Can I increase this number?
thanks in advance.
regard,
siddharth