Is there any way of setting the appbase on the connectors for jk2?  I would
like to try and get away from mod_webapp, since development has ceased on
it, but I want to use virtual ssl hosts without having to add the webapp @
the end of the url?  I attempted mod_rewrite, but had some issues there and
some conflicting stories on weather it worked or not? 

I'm not really a programmer, I'm an operations guy who has to host a lot of
these and need an effective way of doing so.  I know that I can use multiple
tomcat instances but would rather not.  Any suggestion would be helpful.

Thanks in advance. 

-----Original Message-----
From: Ronnie Tartar [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 04, 2003 12:50 PM
To: [EMAIL PROTECTED]
Subject: Connectors mod_webapp vs mod_jk2


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to