Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Mark Thomas
priate Endpoint. You may want to take a look at the various Endpoint implementations in org.apache.tomcat.util.net Mark > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, May 16, 2016 5:13 PM > To: Tomcat Users List > Subject: Re: to

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
Many Thanks Again. Can you point me the ajp documentation to understand different protocol(BIO, NIO,APR,..) implementations? -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, May 16, 2016 5:13 PM To: Tomcat Users List Subject: Re: tomcat6.0.43 ajp connector

Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Mark Thomas
On 16/05/2016 07:25, Venkata Reddy P wrote: > Hi, > > > > Many Thanks Mark. This is a more of POC release planned for jun-1st week, > will give a try with the existing stable release and thanks for suggesting > the 8.5.x. > > > > 1) As you said, I can see AjpProtocol class as the BIO

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
al Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 14 May 2016 00:04 To: Tomcat Users List Subject: Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33 On 13/05/2016 17:55, Venkata Reddy P wrote: > Existing implementation:- > > In tomcat6.0.43 version, I have ena

Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-13 Thread Mark Thomas
On 13/05/2016 17:55, Venkata Reddy P wrote: > Existing implementation:- > > In tomcat6.0.43 version, I have enabled the ssl on AJP connector by following > the below steps > > 1) I did override the class "org.apache.jk.common.ChannelSocket" to > "AjpSslChannelSocket extends ChannelSocket " to

tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-13 Thread Venkata Reddy P
Hi, Can anyone please help me on this? Existing implementation:- In tomcat6.0.43 version, I have enabled the ssl on AJP connector by following the below steps 1) I did override the class "org.apache.jk.common.ChannelSocket" to "AjpSslChannelSocket extends ChannelSocket " to enable ssl