RE: Connection problem (Too many connections) for MySQL 4.1
Hi, You can reduce this problem to a very good extent by working on following tags in your web.xml: maxActive 100 maxIdle 20 minIdle 10 maxWait 700 You can get the details from Tomcat Documentation. Regards, Raz
tomcat/apache issue
Hello Everyone, I have configured tomcat with apache using mod-jk. Tomcat is running on port : 8080 And Apache is listening on port : 80. I have disabled the directory listing for tomcat by Putting false under listing tag for default servlet in web.xml. Now if I try to access like : ht