I'm trying to configure Apache2 with mod_jk2 on Linux to be able to process all files 
with a .cfm extension in all directories on the server. The cfm is used for the 
Coldfusion servlet which is installed in the ROOT context.

I have tried the following but it only runs jsp files in the first folder level.

<Location "/*.cfm">
        JkUriSet worker ajp13:localhost:8009
</Location>

If I add another location with "/*/*.cfm" then it completely forwards me into tomcat 
but at least the cfm files run ok.

I would like to be able to run files in the following paths:

http://servername/home.cfm 

http://servername/test/home.cfm 

http://servername/test/test/home.cfm 

Brett




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

Reply via email to