Re: tomcat 7 APR Connector problems

2012-10-14 Thread Andrey Timofeyev
Hi Chris, thank you so much for answer, > What about your Tomcat configuration:

Re: tomcat eclipse and too many connections

2012-10-14 Thread g. rgar
Thank you very much for the reply :) I do not think I leak connections cause I can get the behavior by : 1. starting eclipse 2. starting tomcat in eclipse - the app is deployed 3. making a trivial change in a servlet (adding a space) and saving - the app is redeployed 4. after some redeployements

Re: tomcat eclipse and too many connections

2012-10-14 Thread Mark Eggers
On 10/14/2012 12:14 PM, g. rgar wrote: I am developing a small java ee app (java 1.7, eclipse juno, tomcat 7.0.30, windows 7 professional, mysql-connector-java-5.1.22-bin.jar, vanilla servlets/jsp MVC) All works fine - while I change things and save .java files in eclipse it apparently redeploys

tomcat eclipse and too many connections

2012-10-14 Thread g. rgar
I am developing a small java ee app (java 1.7, eclipse juno, tomcat 7.0.30, windows 7 professional, mysql-connector-java-5.1.22-bin.jar, vanilla servlets/jsp MVC) All works fine - while I change things and save .java files in eclipse it apparently redeploys the app on Tomcat - after some redeploym

Tomcat7 Session failover & fallback

2012-10-14 Thread TArak
Dear List, I am having a Tomcat7 cluster of in-memory session replication. Tomcat-A - 192.168.1.100 Tomcat-B - 192.168.1.101 I have simple application which does the login before navigating to the pages. I have apache configured with mod_jk to handle sticky sessions. when I am accessing the url

Re: Tomcat 6.0 queries

2012-10-14 Thread vivek aggarwal
Thanks Mark for responding.. great piece of info.. Thanks again   vicky From: Mark Eggers To: users@tomcat.apache.org Sent: Sunday, 14 October 2012 12:47 AM Subject: Re: Tomcat 6.0 queries On 10/13/2012 3:42 AM, vivek aggarwal wrote: > Hello All, > > Can y