Re: Record and simulate a web app

2009-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Taylan, On 2/22/2009 8:26 AM, Taylan Develioglu wrote: > Guys, I've been following this thread for a while now, but doesn't > Jmeter already do what you're trying to accomplish here? No. We're not trying to reply requests to the server. We're trying

RE: Record and simulate a web app

2009-02-22 Thread Taylan Develioglu
nk to some instructions : http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pd f Rgds, T -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: vrijdag 20 februari 2009 17:07 To: Tomcat Users List Subject: Re: Record and simulate a web app

Re: Record and simulate a web app

2009-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youssef, On 2/20/2009 10:45 AM, Youssef Mohammed wrote: > Yeah I was thinking that the capture code would perfectly fit in some HTTP > tunnel so that we can capture the whole thing coming out of the web server , > what do you think ? Okay, I took a s

Re: Record and simulate a web app

2009-02-20 Thread Youssef Mohammed
Chris, Yeah I was thinking that the capture code would perfectly fit in some HTTP tunnel so that we can capture the whole thing coming out of the web server , what do you think ? Regards, Youssef On Fri, Feb 20, 2009 at 5:38 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -B

Re: Record and simulate a web app

2009-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youssef, On 2/20/2009 9:27 AM, Youssef Mohammed wrote: > I wanted actually to try this in the weekend, so lemme know if you need some > hand on that. I'm having some trouble with the response capture. It appears that Tomcat itself fills-in some of th

Re: Record and simulate a web app

2009-02-20 Thread Youssef Mohammed
Chris,I would definitely pay for you if I had money ;) I wanted actually to try this in the weekend, so lemme know if you need some hand on that. thnx Regards, Youssef On Fri, Feb 20, 2009 at 3:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE-

Re: Record and simulate a web app

2009-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youssef, On 2/20/2009 2:46 AM, Youssef Mohammed wrote: > Chris, Wow ! This is really cool. I can't wait seeing this. > But wasn't it supposed to be request/response recorder not just request > recorder ? Yes, it was. It already took almost 600 lin

Re: Record and simulate a web app

2009-02-19 Thread Youssef Mohammed
Chris, Wow ! This is really cool. I can't wait seeing this. But wasn't it supposed to be request/response recorder not just request recorder ? Regards, Youssef On Thu, Feb 19, 2009 at 8:26 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > H

Re: Record and simulate a web app

2009-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 2/18/2009 5:35 PM, Christopher Schultz wrote: > This is interesting enough that I might try to do it myself ;) Okay, I finally got the "request recorder" written. A single top-level class with 561 lines of source, imports, whitespace and (lig

Re: Record and simulate a web app

2009-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, On 2/18/2009 5:10 PM, Frank W. Zammetti wrote: > +1 to what Christopher said... but, you can save yourself some time: > > http://javawebparts.sourceforge.net/ > > More specifically: > > http://javawebparts.sourceforge.net/javadocs/javawebpar

Re: Record and simulate a web app

2009-02-18 Thread Frank W. Zammetti
+1 to what Christopher said... but, you can save yourself some time: http://javawebparts.sourceforge.net/ More specifically: http://javawebparts.sourceforge.net/javadocs/javawebparts/filter/RequestRecorderFilter.html ...and to go along with that: http://javawebparts.sourceforge.net/javadocs/j

Re: Record and simulate a web app

2009-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youssef, On 2/18/2009 2:02 PM, Youssef Mohammed wrote: > Sorry if this not directly related to tomcat itself. I have a swing app that > communicate with backend thru a web app deployed on tomcat. For testing > purposes, we want to be able to record so

Record and simulate a web app

2009-02-18 Thread Youssef Mohammed
Sorry if this not directly related to tomcat itself. I have a swing app that communicate with backend thru a web app deployed on tomcat. For testing purposes, we want to be able to record some http responses and later on be able to simulate the same response when it gets the same request ( aka simu