Hi Pid

Please find the details that you had asked.

1) We are using *java 1.6.0_18 and the OS is centos*
*2) *we send requests in parallel
3)  5 concurrent requests are sent to tomcat instance.

Can you please help us regarding this, we are blocked at this point . can
you please help. where as we can move ahead..and fix the issue.

Regards
Rakesh


On Thu, Aug 18, 2011 at 2:58 PM, rakesh k <rakroc...@gmail.com> wrote:

> Hi Pid
>
> Thank you very much for replying back or this question.
>
> Please find the details that you had asked.
>
> 1) We are using *java 1.6.0_18 and the OS is centos*
> *2) *we send requests in parallel
> 3)  5 concurrent requests are sent to tomcat instance.
>
> Regards
> Rakesh
>
> On Wed, Aug 17, 2011 at 8:52 PM, Pid <p...@pidster.com> wrote:
>
>> On 16/08/2011 08:08, rakesh k wrote:
>> > Hi Andre
>> >
>> > Sorry for this, I had pasted the entire xml file.. I am hereby providing
>> the
>> > server.xml with removing the commented parts.
>>
>> I've edited the below a little.
>>
>> >     <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
>> >         maxThreads="150" minSpareThreads="4"/>
>> >
>> >     <Connector executor="tomcatThreadPool"
>> >                port="8082" protocol="HTTP/1.1"
>> >                connectionTimeout="20000"
>> >                redirectPort="8443" />
>> >
>>
>> >>>>  ProxyPass / balancer://msf/ stickysession=JSESSIONID|**jsessionid
>> >>>>>
>> >>>>> <Proxy balancer://msf>
>> >>>>>  BalancerMember http://localhost:8082 route=msf1
>> >>>>> </Proxy>
>>
>> >> testing we are sending 5000 requests at a time, where we are getting
>> 4-5
>> >> >>>> Bad gate way error.
>>
>> >>>>> 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:
>>
>> I note that you are using 127.0.0.3 as a localhost address.
>> What OS are you using, & what exact version of Java?
>>
>> You state that you are sending 5000 requests at a time.
>> Do you mean in parallel or sequentially?
>>
>> How many concurrent requests per Tomcat are being sent during the test?
>>
>>
>> p
>>
>>
>

Reply via email to