Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-18 Thread Bob Myers
On Dec 18, 2012, at 6:40 PM, Caldarale, Charles R wrote: >> From: Bob Myers >> Re: jvmRoute with multiple AJP Connectors for one Engine > >>>> >>> protocol="AJP/1.3" redirectPort="443" /> >>> executor="tomcatThr

Re: jvmRoute with multiple AJP Connectors for one Engine

2012-12-18 Thread Bob Myers
ntrol that themselves. On Dec 18, 2012, at 5:29 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Bob, > > On 12/18/12 7:08 PM, Bob Myers wrote: >> I have more than one AJP connector for my Engine - one for HTTP, >> and one fo

jvmRoute with multiple AJP Connectors for one Engine

2012-12-18 Thread Bob Myers
I have more than one AJP connector for my Engine - one for HTTP, and one for HTTPS: I had two workers, tomcat and tomcatssl, using the two different port numbers, one for Apache HTTP and one for HTTPS connections. They use a common Engine and Executor thread pool. So far, so good -