Re: Settings when SSL terminates on the front-end

2015-06-23 Thread Mark Thomas
On 17/06/2015 19:08, Jeffrey Janner wrote: > I’ve been deploying letting Tomcat do it all when it came to connectors > and SSL, with the app forcing everything to SSL in the > section. Now I’m setting up a haproxy front-end > that will both terminate the SSL and take care of the redirect from HTT

Re: Settings when SSL terminates on the front-end

2015-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 6/23/15 3:24 PM, Jeffrey Janner wrote: >> -Original Message- From: Christopher Schultz >> [mailto:ch...@christopherschultz.net] Sent: Thursday, June 18, >> 2015 8:59 AM To: Tomcat Users List Subject: Re: Settings when SSL >> termina

RE: Settings when SSL terminates on the front-end

2015-06-23 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, June 18, 2015 8:59 AM > To: Tomcat Users List > Subject: Re: Settings when SSL terminates on the front-end > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeffrey, > > On 6/

Re: the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chedana, On 6/23/15 10:40 AM, chedana jayasinghe wrote: > I just put a debug point an checked. In tomcat 6,the request comes > to the servlet with a null session,but in tomcat 7 and later > versions the valid session is there in the request When

Re: Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID.

2015-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 6/23/15 8:46 AM, Rahul Kumar Singh wrote: > Hello Tomcat team, > > In Tomcat7.0.54 We have observe that Login URL is Appended with > JSESSIONID parameter in our Web Application Example: > /framework/login.action;jsessionid=098D3C84B56FF2

Re: validationQuery doesn't work (DBCP 7.0.59)

2015-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 6/23/15 6:46 AM, Jose María Zaragoza wrote: > 2015-06-15 17:59 GMT+02:00 Christopher Schultz > : Jose, > > It looks like your issue is mostly solved... > > On 6/15/15 4:42 AM, Jose María Zaragoza wrote: I'm using Tomcat 7.0.59 and Po

Re: SSL configuration using PFX as keystore

2015-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/22/15 6:39 PM, Michael Salisbury wrote: > I was wondering when I'd get a point where it's no longer > practical to run the client through Windows, perhaps I'm getting > close. I can connect fine over HTTP, but when I put in the > SSL/

Re: the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-23 Thread chedana jayasinghe
I just put a debug point an checked. In tomcat 6,the request comes to the servlet with a null session,but in tomcat 7 and later versions the valid session is there in the request On Tue, Jun 23, 2015 at 2:46 PM, André Warnier wrote: > chedana jayasinghe wrote: > >> In my web application, in a

Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID.

2015-06-23 Thread Rahul Kumar Singh
Hello Tomcat team, In Tomcat7.0.54 We have observe that Login URL is Appended with JSESSIONID parameter in our Web Application Example: /framework/login.action;jsessionid=098D3C84B56FF2A2A25E88E4F059A20B System Configuration (WINDOW7+IE-8) Due to this session authentication get failed. But in

Re: persistance cache

2015-06-23 Thread André Warnier
hello. Kaouthar Ghorbel wrote: hello, I have a method that returns a list of items when I change the data in this list in the database ,the return of the method does not take into account this change. here is the configuration of persistance.xml http://xmlns.jcp.org/xml/ns/persistence"; xml

persistance cache

2015-06-23 Thread Kaouthar Ghorbel
hello, I have a method that returns a list of items when I change the data in this list in the database ,the return of the method does not take into account this change. here is the configuration of persistance.xml http://xmlns.jcp.org/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XML

Re: validationQuery doesn't work (DBCP 7.0.59)

2015-06-23 Thread Jose María Zaragoza
2015-06-15 17:59 GMT+02:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jose, > > It looks like your issue is mostly solved... > > On 6/15/15 4:42 AM, Jose María Zaragoza wrote: >> I'm using Tomcat 7.0.59 and PostgreSQL JDBC driver 9.4-1201-jdbc4 >> >> The context.x

Re: detect requests that take a long time to process

2015-06-23 Thread Kaouthar Ghorbel
Thanks for your answer .. 2015-06-19 14:13 GMT+01:00 Daniel Mikusa : > On Fri, Jun 19, 2015 at 9:07 AM, Kaouthar Ghorbel > wrote: > > > hello ,my webapplication is very slow , i want to know how can i detect > > requests that take a long time to process in tomcat 8. > > > > 1.) Add "%D" or "%T"

Re: the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-23 Thread André Warnier
chedana jayasinghe wrote: In my web application, in a jsp there is a javascript which sends request to a servlet every twenty seconds, so it kills my applications user idle time tracking by resetting the lastAccessed time in session. the funny thing is lastAccessed time doesn't get updated in t