Re: JNDIRealm Authentication and Roles

2014-10-07 Thread Felix Schumacher
Hi Igor, Am 07.10.2014 07:07, schrieb Igor Cicimov: Hi all, I've been setting up user authentication based on JNDIRealm and have couple of questions regarding the operation. I've been using one of the secured applications that come with the examples included in Tomcat source for testing. My

[ANN] Apache Tomcat 7.0.56 released

2014-10-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.56. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: JNDIRealm Authentication and Roles

2014-10-07 Thread Igor Cicimov
Hi Felix, First thanks for your reply. On Tue, Oct 7, 2014 at 6:35 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: Hi Igor, Am 07.10.2014 07:07, schrieb Igor Cicimov: Hi all, I've been setting up user authentication based on JNDIRealm and have couple of questions

Re: Debugging Tomcat JDBC pool disconnects.

2014-10-07 Thread Todd Chapman
Chris, Thank you for the detailed reply and sorry for my delayed response. We located the problem. We had setTestOnBorrow(true) but had not set the validation query. When the validation query is null the validation fails causing the connection to be re-opened. -Todd On Wed, Sep 24, 2014 at

Re: Debugging Tomcat JDBC pool disconnects.

2014-10-07 Thread Aniket Bhoi
On Tue, Oct 7, 2014 at 8:41 PM, Todd Chapman t...@chaka.net wrote: Chris, Thank you for the detailed reply and sorry for my delayed response. We located the problem. We had setTestOnBorrow(true) but had not set the validation query. When the validation query is null the validation fails

Re: Debugging Tomcat JDBC pool disconnects.

2014-10-07 Thread Todd Chapman
Aniket, That change had not been committed yet. -Todd On Tuesday, October 7, 2014, Aniket Bhoi aniket.b...@gmail.com wrote: On Tue, Oct 7, 2014 at 8:41 PM, Todd Chapman t...@chaka.net javascript:; wrote: Chris, Thank you for the detailed reply and sorry for my delayed response. We

JNDIRealm and TLS, was: Re: JNDIRealm Authentication and Roles

2014-10-07 Thread Felix Schumacher
Am 07.10.2014 um 14:32 schrieb Igor Cicimov: Hi Felix, First thanks for your reply. On Tue, Oct 7, 2014 at 6:35 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: Hi Igor, Am 07.10.2014 07:07, schrieb Igor Cicimov: Hi all, I've been setting up user authentication based on

Help with Apache Tomcat/7.0.53 SSL issue

2014-10-07 Thread Brewer, Edward L
To all, I am using Apache Tomcat 7.0.53 and I am having an intermittent issue with SSL. I am currently running three environments (Dev, UAT, and Prod. Prod comprises 4 VMs (uname states version as 2.6.32-431.11.2.el6.x86_x86_64 GNU/Linux ) with each containing a local version of Java [

RE: Help with Apache Tomcat/7.0.53 SSL issue

2014-10-07 Thread Brewer, Edward L
To all, Oh... Here is the entry in our server.xml (probably the most important part) Connector port=Omitted address=Omitted protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true clientAuth=false

Re: Maven Tomcat 6/7/8 plugin

2014-10-07 Thread Matthias Hryniszak
Daniel, unfortunately after careful examination it turns out that there is a difference in how the RemoteIpFilter and RemoteIpValve work. The filter operates on a wrapped request. This means that the call to request.getRequestURL() - as used by

Re: JNDIRealm and TLS, was: Re: JNDIRealm Authentication and Roles

2014-10-07 Thread Igor Cicimov
On Wed, Oct 8, 2014 at 4:16 AM, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 07.10.2014 um 14:32 schrieb Igor Cicimov: Hi Felix, First thanks for your reply. On Tue, Oct 7, 2014 at 6:35 PM, Felix Schumacher felix.schumac...@internetallee.de wrote: Hi Igor, Am