Running Multiple Instances of Tomcat on same port
问题 I need to run multiple instances of tomcat6 under different directory names on the same port. I will install tomcat6 twice for two different projects. But how to configure both the instances to run on the same port? 回答1: You could realise this using an apache webserver that is directing the requests based on the application using mod_jk or mod_proxy. (and get an explanation on both extensions) To choose which apache extension to use: apache to tomcat: mod_jk vs mod_proxy 回答2: Yes, you can. In