Re: executor does not work with AJP connector

2008-02-27 Thread nitin dubey
Filip nitin dubey wrote: Hi, I tried configuring executor in tomcat 6.0.14 for AJP Connector like following: !-- Define an AJP 1.3 Connector on port 8009 -- Connector port=8009 protocol=AJP/1.3 redirectPort=8443 allowTrace=false executor=tomcatThreadPool

executor does not work with AJP connector

2008-02-26 Thread nitin dubey
Hi, I tried configuring executor in tomcat 6.0.14 for AJP Connector like following: !-- Define an AJP 1.3 Connector on port 8009 -- Connector port=8009 protocol=AJP/1.3 redirectPort=8443 allowTrace=false executor=tomcatThreadPool connectionTimeout=2 / While starting tomcat it

Tomcat in debug mode

2006-01-30 Thread nitin dubey
Hello, I am running tomcat 5.5.9 on WIN2K. When I try to run my web application deployed in tomcat on DEBUG mode the complete tomcat server starts running in DEBUG mode and takes a lot of time to start. Can anyone suggest me what is the problem ? Cheers, - nitin