I successfully implented the mod_webapp connector, thanks especially for the document on:
http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp But I could not successfully install the mod_jk2 connector with multiple ssl vhosts (IP Based). I did get it working with the default install so the compile and code is right, I think I may just be missing something in the config, either apache or tomcat. Is there a way to use the mod_jk2 connector with the following configuration, especially the appbase parameter? Also, is there a way to map the connectors onto the vhosts in apache? <Connector className="org.apache.catalina.connector.warp.WarpConnector" port="8019" minProcessors="5" maxProcessors="75" enableLookups="true" appBase="/apps/tomcat/webapps/mps" acceptCount="10" debug="0"/> Thank you
