Thanks to both of you for replies! Replaced nginx with apache httpd, and it works well for both smaller and bigger message. Checking at nginx mailing list, is it a bug or misconfiguration of nginx.
Regards, Stevo. On Tue, Nov 1, 2011 at 10:04 AM, Adrian Speteanu <[email protected]> wrote: > Hi, > > I had some difficulties with the SOAP/XML-RPC sampler - but: > a. this sampler was needed for HTTP / POST requests; > b. the issue was strictly related to the content of the post data > (it contained headers for multi-part content/related within the post data > and those shouldn't be measured as content length, only the actual content) > > One solution is to measure the content-length with a pre-processor and send > it with Header-Manager (it I remember correctly, it overrides the automatic > calculation of the content-length). > > On Tue, Nov 1, 2011 at 12:20 AM, Deepak Shetty <[email protected]> wrote: > >> if thats the case , isnt the problem with your proxy? >> >> On Mon, Oct 31, 2011 at 11:25 AM, Stevo Slavić <[email protected]> wrote: >> >> > Btw, when the request is smallish, it passes through to the Tomcat and >> > gets processed well. >> > >> > On Mon, Oct 31, 2011 at 7:07 PM, Stevo Slavić <[email protected]> wrote: >> > > Hello JMeter users, >> > > >> > > A simple test with SOAP/XML-RPC Request sampler is failing for me when >> > > trying to access Java application deployed on Tomcat through nginx >> > > (nginx returns 408). When test is configured to send directly the >> > > request to Tomcat it works. Not sure yet but it seems JMeter is >> > > sending wrong content-length header value. >> > > >> > > Has anyone experienced anything similar? >> > > >> > > Using JMeter 2.5.1, Java 1.6, on Windows 7 x64, while nginx and Tomcat >> > > are on Linux. >> > > >> > > Regards, >> > > Stevo. >> > > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

