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

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:

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

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

RE: Tomcat Connection Security

2015-09-21 Thread Caldarale, Charles R
> From: Diego Maciel Gomes [mailto:diego_...@hotmail.com] > Subject: Tomcat Connection Security > I have Tomcat and Weblogic here. > I have an Oracle Database here. > My tomcat and weblogic connect into my oracle database. > For tomcat, in the context.xml file, we can see the username and

Tomcat Connection Security

2015-09-21 Thread Diego Maciel Gomes
Hello guys! I need your help regarding tomcat connection configuration to a database, so please! I have Tomcat and Weblogic here. I have an Oracle Database here. My tomcat and weblogic connect into my oracle database. For tomcat, in the context.xml file, we can see the username and password

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:

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: >>> >>>