custom actions after accessed

2014-08-03 Thread Patcharee Thongtra
Hi, Is it possible to have Tomcat do some custom actions after a specific page/file is accessed/downloaded? If so, how to? Any suggestions are appreciated. Patcharee - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.o

Tomat: 8.0.9 Question related to MySql Connection Pooling

2014-08-03 Thread Richeek Arya
Hey guys, First of all my bad to asking the question on main page here, I did not go through the guidelines section. Here is my query: I want to retry MySql queries in cases of deadlock which will be removed if I can simply retry. I use apache tomcat jdbc pool library for mysql connection pooli

Re: Increasing incoming connection request in a queue

2014-08-03 Thread André Warnier
Hi. There are a number of problems with your post, which make it difficult to understand exactly what you want to know. Dhaval Jaiswal wrote: acceptCount variable: Following is the current configuration in server.xml I am using version. 6. Connector port="8080" protocol="HTTP/1.1"

Increasing incoming connection request in a queue

2014-08-03 Thread Dhaval Jaiswal
acceptCount variable: Following is the current configuration in server.xml I am using version. 6. Connector port="8080" protocol="HTTP/1.1" connectionTimeout="2" redirectPort="8443" Resource name="jdbc/DB_NAME" auth="Container" type="javax.sql.DataSource"