Re: Number of AJP connections

2014-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lance, On 2/13/14, 10:42 AM, Campbell, Lance wrote: > Thanks a lot. That was very clear. I knew the forward caused the > communication to stay on the same server. But I was not clear if > it communicated by calling a class/object or by going thr

RE: Number of AJP connections

2014-02-13 Thread Campbell, Lance
Lance Campbell Software Architect Web Services at Public Affairs 217-333-0382 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, February 13, 2014 8:42 AM To: Tomcat Users List Subject: Re: Number of AJP connections Daniel Mikusa wrote: > On Feb 13, 2014,

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 9:42 AM, André Warnier wrote: > Daniel Mikusa wrote: >> On Feb 13, 2014, at 8:25 AM, Campbell, Lance wrote: >>> Java 7 & Tomcat 7 >> For future reference, please specify the full version numbers in use. >>> In a servlet when doing I a RequestDispatcher.forward to another serv

Re: Number of AJP connections

2014-02-13 Thread André Warnier
Daniel Mikusa wrote: On Feb 13, 2014, at 8:25 AM, Campbell, Lance wrote: Java 7 & Tomcat 7 For future reference, please specify the full version numbers in use. In a servlet when doing I a RequestDispatcher.forward to another servlet does this create a new Tomcat AJP connection or does it

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 8:25 AM, Campbell, Lance wrote: > Java 7 & Tomcat 7 For future reference, please specify the full version numbers in use. > In a servlet when doing I a RequestDispatcher.forward to another servlet does > this create a new Tomcat AJP connection or does it reuse the same conn

Number of AJP connections

2014-02-13 Thread Campbell, Lance
Java 7 & Tomcat 7 In a servlet when doing I a RequestDispatcher.forward to another servlet does this create a new Tomcat AJP connection or does it reuse the same connection ? Thanks, Lance Campbell - To unsubscribe, e-mail: