When Tomcat 6 finds that the specified AJP port is already in use, it 
increments the port number and try to bind to the next available port. When 
this happens, on the web server side apache is not able to connect to the AJP 
port on Tomcat side, because Tomcat is listening on a different AJP port. 

So is there a way to make Tomcat listen only on the specified AJP port? In the 
source I see there is a maxPort variable it is checking while incrementing the 
port number. Is there a way to control this from configuration files? 

I am using Tomcat 6 with mod_jk.  

Thank you very much 
Shaji


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to