Hi Igor Cicimov Thank you very much for replying .. <Connector executor="tomcatThreadPool" port="8082" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> <Engine name="Catalina" defaultHost="localhost" jvmRoute="msf1">
I am heryby attaching the proxy pass which we used to connect tomcat through apache. ProxyPass / balancer://msf/ stickysession=JSESSIONID|jsessionid <Proxy balancer://msf> BalancerMember http://localhost:8082 route=msf1 </Proxy> This is what we use in the produciton scenario, the above mentioned configuration is the exact executor configuration we used for this scenario. can you please help on this since we are running this on production which has to be resolved. Regards Rakesh On Fri, Aug 12, 2011 at 3:56 PM, Igor Cicimov <icici...@gmail.com> wrote: > I can't see the connection between the Connector you showed and port 8082. > What is listening on port 8082? Also what is your "tomcatThreadPool" > executor configuration? > > > On Fri, Aug 12, 2011 at 7:56 PM, rakesh k <rakroc...@gmail.com> wrote: > > > Hi All > > > > I am using Apache tomcat 6.0.18 version > > > > I am not sure, why the tomcat is giving us this problem. While doing Load > > testing we are sending 5000 requests at a time, where we are getting 4-5 > > Bad > > gate way error. > > > > Please find the error details below > > > > [Wed Aug 10 01:00:50 2011] [error] (103)Software caused connection abort: > > proxy: pass request body failed to 127.0.0.3:8082 (localhost) > > [Wed Aug 10 01:00:50 2011] [error] proxy: pass request body failed to > > 127.0.0.3:8082 (localhost) from 72.163.25.205 () > > [Wed Aug 10 01:01:01 2011] [error] (103)Software caused connection abort: > > proxy: pass request body failed to 127.0.0.3:8082 (localhost) > > [Wed Aug 10 01:01:01 2011] [error] proxy: pass request body failed to > > 127.0.0.3:8082 (localhost) from 72.163.25.206 () > > [Wed Aug 10 01:28:04 2011] [error] (103)Software caused connection abort: > > proxy: pass request body failed to 127.0.0.3:8082 (localhost) > > [Wed Aug 10 01:28:04 2011] [error] proxy: pass request body failed to > > 127.0.0.3:8082 (localhost) from 72.163.25.205 () > > [Wed Aug 10 06:10:49 2011] [error] (103)Software caused connection abort: > > proxy: pass request body failed to 127.0.0.3:8082 (localhost) > > [Wed Aug 10 06:10:49 2011] [error] proxy: pass request body failed to > > 127.0.0.3:8082 (localhost) from 72.163.25.206 () > > [Wed Aug 10 19:01:18 2011] [error] (103)Software caused connection abort: > > proxy: pass request body failed to 127.0.0.3:8082 (localhost) > > [Wed Aug 10 19:01:18 2011] [error] proxy: pass request body failed to > > 127.0.0.3:8082 (localhost) from 72.163.5.38 () > > > > > > I am also attaching the tomcat configuration like server.xml with this > > question, > > > > can you please help how to get out this issue, if you require anything > from > > me i can proivude the etire details. > > > > Please find the server.xml tomcat connector attribute portion. > > > > > > <Connector executor="tomcatThreadPool" > > port="8080" protocol="HTTP/1.1" > > connectionTimeout="20000" > > redirectPort="8443" /> > > > > can you please help me ragarding this issue. > > > > > > Regards > > Rakesh > > >