Hi,

I have Apache and Tomcat 4 (I can upgrade if necessary) running on a
server where I want everything from 1 application going to tomcat.  I
configured the mod_jk2 so this can happen for an application in the
following manner (workers2.properties file):

[uri:/support/*]
info=Map the support webapp
worker=ajp13:localhost:8009

The problem I have is that I want my DEFAULT application to forward to
tomcat and every other application to stay in Apache.  So, when I type: 
www.mycompany.com  it forwards to Tomcat, and when I type
www.mycompany.com/upload it goes to the upload application in Apache.

If I do my mapping in the workers2.properties file like above, I'd use
"uri: /*"  The problem is that this statement forwards everything
including the upload application (which I don't want forwarded).  Does
anyone know of an aliasing trick, or something else that allows me to
set an application as my default app, and have it ONLY forward to
Tomcat?

Thanks in advance,

Kevin Williams


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

Reply via email to