0

I have a situation where I have several Tomcats installed on the same server in Windows. Each Tomcat has its own ports. The first listens to 8080 ajp 8009 and the second listens to 8081 ajp 8010.

My problem is: running 7 tomcats from port 8080 to 8086 works fine but ajp of the first 3 (8009,8010,8011) stop working (while they work if each Tomcat is running in isolation). It seems like no more than 4 ajp listeners can run. How can this be? Anyone can help?

İsmet Alkan
  • 5,361
  • 3
  • 41
  • 64
Vigj
  • 71
  • 4
  • 7

1 Answers1

0

Check that your shutdown ports don't overlap with your AJP ports.

user207421
  • 305,947
  • 44
  • 307
  • 483