Re: AJP java client

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 3/31/2010 4:39 PM, Andrew Bruno wrote: > Thanks for the pointers to the jMeter AJP client and also the URL session & > jvm route idea. > > If I used the jSession idea, I am assuiming I could filter apache on "." + > jvmRoute ... right? and

Re: AJP java client

2010-03-31 Thread Andrew Bruno
http://randomcoder.com/articles/jsessionid-considered-harmful On Thu, Apr 1, 2010 at 7:39 AM, Andrew Bruno wrote: > Thanks for the pointers to the jMeter AJP client and also the URL session & > jvm route idea. > > If I used the jSession idea, I am assuiming I could filter apache on "." + > jvmR

Re: AJP java client

2010-03-31 Thread Andrew Bruno
Thanks for the pointers to the jMeter AJP client and also the URL session & jvm route idea. If I used the jSession idea, I am assuiming I could filter apache on "." + jvmRoute ... right? and redirect to relevant AJP/Tomcat. On Thu, Apr 1, 2010 at 1:11 AM, Christopher Schultz < ch...@christophers

Re: AJP java client

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, On 3/31/2010 3:02 AM, Andrew Bruno wrote: > I would like to split the web app up, so that the front end server has > smarts to know which backend tomcat server to redirect to. > > As far as I know, Apache AJP can be configured to redirect to

Re: AJP java client

2010-03-31 Thread Bill Barker
As far as I know, only Apache Jakarta-JMeter has a Java AJP client. You can look there for how to set one up. "Andrew Bruno" wrote in message news:t2o9b906c961003310002j519ef867p3ead196614483...@mail.gmail.com... Hello all, I have a situation where I wish to break up my web application, but