Testing HTTP Requests

2003-01-23 Thread Amos Sonnenwirth
Hi, I'm using the nightly build from 22/01/03. How can i monitor (see the real HTTP message that being sent) with JMeter the HTTP requests that i'm testing ? I know how to see the responses in HTTP format but i want to see the requests as well. Thanks in advnaced Amos

RE: Testing HTTP Requests

2003-01-23 Thread Amos Sonnenwirth
/2003 9:43 PM, Amos Sonnenwirth [EMAIL PROTECTED] wrote: Hi, I'm using the nightly build from 22/01/03. How can i monitor (see the real HTTP message that being sent) with JMeter the HTTP requests that i'm testing ? I know how to see the responses in HTTP format but i want to see

RE: Testing HTTP Requests

2003-01-23 Thread Amos Sonnenwirth
Tree in the menus. If it doesn't show enough detail, you'll have to resort to a TCP sniffer. Salut, Jordi. Amos Sonnenwirth wrote: Where can i find this TreeVisualizer in the GUI ? The only listner type of visualizer I found was the Spline Visualizer. Maybe i'm looking at the wrong place

FW: Send file with request is not working for me (using 1.8 version) - Update

2003-01-22 Thread Amos Sonnenwirth
) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:380) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:536) p.s: should i write something at the MIME type field ? -Original Message- From: Amos

RE: FW: Send file with request is not working for me (using 1.8 version) - Update

2003-01-22 Thread Amos Sonnenwirth
for me (using 1.8 version) - Update There was a bug that may have been in 1.8 that prevented file send from working. It has since been fixed in the cvs. Do you have the latest nightly, or are you using 1.8? -Mike On 22 Jan 2003 at 13:34, Amos Sonnenwirth wrote: Maybe this will help to resolve

Send file with request is not working for me (using 1.8 version)

2003-01-21 Thread Amos Sonnenwirth
Hi, I'm trying to upload a file with JMeter and resolve the file with Oreilly's MultipartParser class, but when expecting the File part i receive null. I'm sending the following parameters: one parameter: name=string value=yadayada second parameter: is a file with the following deetails