Neither of these options will work for me:
1) no-jk is only supported for: "Starting with mod_jk 1.2.6 for Apache 2.x and 
1.2.19 for Apache 1.3"
2) The urls that get sent to Tomcat are unkown.  This is a dynamic content 
driven site.  

Any other options.

Thanks,

Lance

-----Original Message-----
From: Anthony Biacco [mailto:abia...@handll.com] 
Sent: Monday, June 20, 2016 10:29 AM
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: mod JK ho to rout all content to tomcat except for a few static 
folders

On Mon, Jun 20, 2016 at 9:14 AM, Campbell, Lance <la...@illinois.edu> wrote:

> These are the versions of software I have to use.  I cannot install 
> other
> software:
>
>
>
> Apache 2.2.15
>
> mod_jk  1.2.41
>
> Tomcat 8.0.36
>
>
>
> Issue:
>
> We are looking at having a domain where all content will get routed to 
> Tomcat 8 except for three directories that contain static content.  
> These three directories will be served up by Apache.  Based on the 
> above versions how can I tell Apache to handle just these three 
> directories and then send all other content requests to Tomcat?
>
>
>
>
>
should be able to use either of:

JkUnMount /URI/* worker

SetEnvIf Request_URI "/URI/*" no-jk


-Tony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to