That sucks, because then I have to change my httpd.conf for every
virtual host and that is a log and every of them uses diffret servlets,
and I can't not just forward everything to Tomcat either.

I'am looking for something like this to mod_jk2 that I saw mod_jk was
supporting "JkOptions +ForwardURIEscaped". It should forward everything
that Apache didn't found locally.


>What sort of request is it not processing?  Servlets perhaps?  I had to
>put the full path to the servlet for it to work.  Example:
>[uri:/scarab/*]
>
>If you try something like [uri:/scarab/servlet/*] to pass only the
>servlet requests, it does not seem to work.
>
>You can also use JKUriSet in httpd.conf.
><Location "/scarab/servlet">
>  JKUriSet worker ajp13:localhost:8009
></Location>
>
>
>The above config can be used instead of [uri:/scarab/servlet] in
>workers2.properties.  This will cause only the servlet requests to be
>passed to tomcat while leaving everything else to Apache.



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

Reply via email to