Re: Tomcat 7 and APR connector parameters

2015-09-22 Thread Mark Thomas
On 22/09/2015 01:31, Igor Cicimov wrote: > On 21/09/2015 7:47 PM, "Mark Thomas" wrote: >> >> On 21/09/2015 10:45, Igor Cicimov wrote: >>> On Mon, Sep 21, 2015 at 6:21 PM, Mark Thomas wrote: >>> On 21/09/2015 08:37, Igor Cicimov wrote: > Hi all, > > After enabling the APR/Native c

Re: Tomcat 7 and APR connector parameters

2015-09-21 Thread Igor Cicimov
On 21/09/2015 7:47 PM, "Mark Thomas" wrote: > > On 21/09/2015 10:45, Igor Cicimov wrote: > > On Mon, Sep 21, 2015 at 6:21 PM, Mark Thomas wrote: > > > >> On 21/09/2015 08:37, Igor Cicimov wrote: > >>> Hi all, > >>> > >>> After enabling the APR/Native connector I can see the following warning > >>

Re: Tomcat 7 and APR connector parameters

2015-09-21 Thread Mark Thomas
On 21/09/2015 10:45, Igor Cicimov wrote: > On Mon, Sep 21, 2015 at 6:21 PM, Mark Thomas wrote: > >> On 21/09/2015 08:37, Igor Cicimov wrote: >>> Hi all, >>> >>> After enabling the APR/Native connector I can see the following warning >>> messages upon tomcat restart: >>> >>> WARNING: [SetAllProper

Re: Tomcat 7 and APR connector parameters

2015-09-21 Thread Igor Cicimov
On Mon, Sep 21, 2015 at 6:21 PM, Mark Thomas wrote: > On 21/09/2015 08:37, Igor Cicimov wrote: > > Hi all, > > > > After enabling the APR/Native connector I can see the following warning > > messages upon tomcat restart: > > > > WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting >

Re: Tomcat 7 and APR connector parameters

2015-09-21 Thread Mark Thomas
On 21/09/2015 08:37, Igor Cicimov wrote: > Hi all, > > After enabling the APR/Native connector I can see the following warning > messages upon tomcat restart: > > WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'SSLDisableCompression' to 'true' did not find a matching

Re: Tomcat 7 and APR connector parameters

2015-09-21 Thread Sanaullah
Hi Igro, I think you need to add the protocol attribute in the connector configuration so that it will load the connector with APR protocol="org.apache.coyote.http11.Http11AprProtocol" If the PATH (Windows) or LD_LIBRARY_PATH (on most unix systems) environment variables contain the Tomcat native

Tomcat 7 and APR connector parameters

2015-09-21 Thread Igor Cicimov
Hi all, After enabling the APR/Native connector I can see the following warning messages upon tomcat restart: WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLDisableCompression' to 'true' did not find a matching property. WARNING: [SetAllPropertiesRule]{Server/Servi