Re: Tomcat 6 JDBCStore session keep being reset

2014-06-19 Thread Mark Thomas
On 19/06/2014 06:14, Johanes Soetanto wrote: Is there some advice on how to debug our issues? or is there some obvious configuration issue that we have? Thanks for all the advice beforehand. Check the system clocks on your production machines. Add a session listener to log the stakctrace when

RE: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-19 Thread Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco)
Thanks Konstantin. This is what I am asking in my very first mail. Why can't we empty the value in case Cookie is expired. Konstantin Kolinko, According to your suggestion planning to use Value to change the Cookie. In the invoke() method of Valve, I need to get the list of Cookies and If the

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-19 Thread Lars Engholm Johansen
I will try to force a GC next time I am at the console about to restart a Tomcat where one of the http-nio-80-ClientPoller-x threads have died and connection count is exploding. But I do not see this as a solution - can you somehow deduct why this thread died from the outcome from a GC? And could

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lars, On 6/16/14, 5:40 AM, Lars Engholm Johansen wrote: Our sites can run for days without problems, but once in a while the tomcat connection count suddenly starts growing abnormally fast. See this graph: http://imgur.com/s4fOUte netstat shows

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-19 Thread Konstantin Kolinko
2014-06-19 17:10 GMT+04:00 Lars Engholm Johansen lar...@gmail.com: I will try to force a GC next time I am at the console about to restart a Tomcat where one of the http-nio-80-ClientPoller-x threads have died and connection count is exploding. But I do not see this as a solution - can you

JDBC-Pool: Reconnect the connection upon failures; retry queries; etc.

2014-06-19 Thread Miroslav Nachev
Hi All, Is it possible to configure JDBC-Pool for the following functionality or I need to write my own interceptors and Validator? - Retry N times to getConnection() for OnBorrow/OnConnect and WhileIdle; - Wait X ms between each Retry. Are there any examples? Regards, Miro.

Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
Hello, We've been running Tomcat 6.0.36 without issues for many months. Our pages have many components and are constructed using getRequestDispacher(...).include(request, response) to pull the components in. For the past few weeks, we've had a few instances where, in constructing a page,

Re: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Radha, On 6/19/14, 6:32 AM, Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco) wrote: Thanks Konstantin. This is what I am asking in my very first mail. Why can't we empty the value in case Cookie is expired. Konstantin

Re: JDBC-Pool: Reconnect the connection upon failures; retry queries; etc.

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Miro, On 6/19/14, 9:42 AM, Miroslav Nachev wrote: Is it possible to configure JDBC-Pool for the following functionality or I need to write my own interceptors and Validator? - Retry N times to getConnection() for OnBorrow/OnConnect and

RE: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-19 Thread Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco)
Ofcourse, I am not waiting :-) -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, June 19, 2014 7:44 PM To: Tomcat Users List Subject: Re: Regarding JSESSIONIDSSO Cookie maintained by tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 without issues for many months. Our pages have many components and are constructed using getRequestDispacher(...).include(request, response) to pull the

Re: JDBC-Pool: Reconnect the connection upon failures; retry queries; etc.

2014-06-19 Thread Miroslav Nachev
Hi Chris, There are 2 cases: - When we try to execute some statement and the connection is lost, we would like to retry some times, to show Popup Window to the client with notification, etc. - We have application, which depends on another database application. If the connection to

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 without issues for many months. Our pages have many components and are constructed using

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36 without issues for many months. Our pages have many

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Jan Dosoudil
Dne 19.6.2014 16:54, Michael van Rooyen napsal(a): On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM, Michael van Rooyen wrote: We've been running Tomcat 6.0.36

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 10:54 AM, Michael van Rooyen wrote: On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 9:43 AM,

Re: Regarding JSESSIONIDSSO Cookie maintained by tomcat

2014-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 6/18/14, 12:05 PM, Konstantin Preißer wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, June 18, 2014 4:23 PM To: Tomcat Users List Subject: Re: Regarding

Re: Query string parameters not included by RequestDispatcher on Tomcat 6.0.36

2014-06-19 Thread Michael van Rooyen
On 2014/06/19 05:35 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/19/14, 10:54 AM, Michael van Rooyen wrote: On 2014/06/19 04:48 PM, Michael van Rooyen wrote: On 2014/06/19 04:20 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED

Browsers suddenly start timing out when accessing port 80 of secure site

2014-06-19 Thread Bruce Lombardi
We have a Java application running on Tomcat 7.0.52 on an Amazon Web Services EC2 Windows 2008 R2 server. Tomcat is setup so that our application is the root application and is accessible from port 80. The application and Tomcat are configured with SSL so that whenever anyone types in the url for

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-19 Thread André Warnier
Konstantin Kolinko wrote: 2014-06-19 17:10 GMT+04:00 Lars Engholm Johansen lar...@gmail.com: I will try to force a GC next time I am at the console about to restart a Tomcat where one of the http-nio-80-ClientPoller-x threads have died and connection count is exploding. But I do not see this

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-19 Thread Filip Hanik
Our sites still functions normally with no cpu spikes during this build up until around 60,000 connections, but then the server refuses further connections and a manual Tomcat restart is required. yes, the connection limit is a 16 bit short count minus some reserved addresses. So your system

Webapps directory query

2014-06-19 Thread vicky
Hi Guys, Ideally when a redeployment happens in a tomcat , is it standard that the exploded war directory will again be updated with the latest timestamps or is it the case that only files will be updated within that  directory. Please share if there is any online documentation available for

Re: Webapps directory query

2014-06-19 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/19/2014 10:12 PM, vicky wrote: Hi Guys, Ideally when a redeployment happens in a tomcat , is it standard that the exploded war directory will again be updated with the latest timestamps or is it the case that only files will be updated

Re: Webapps directory query

2014-06-19 Thread vicky
Thanks Mark, but it doesn't have the details of scenario when we'll carry out a redeployment along with a restart/ How the exploded directories will then be updated , is it only the files are going to be updated within it ? Please give some directions.  Vicky On Friday, 20 June 2014