Hi, We have multiple instances of tomcat 4 which are load balanced. We have integerated this to apache using mod_jk. The question is, - In server.xml, both ajp12 and ajp13 are enabled. - In worker.properties, only ajp12 is load balanced. But ajp13 also has got entries (is not load balanced). - If this is the case, will the requests be sent to both ajp12 and ajp13 ports?.. Is there any disadvantage of this.
regards Rajesh