reviewing tomcat 6 server.xml found this:
has to do anything with database access pools? to work such must uncomment this? what else uncomment?
Code:
<!--
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
-->
Comment