Thanks Jon 

I did end up using mod_jk.

One thing for anyone who is dumb enough to try and run CFMX and Tomcat
side by side on the one Apache server:

You've got to set the value of JRunConfig Ignoresuffixmap to true in
the <IfModule mod_jrun20.c> part of your httpd.conf or JRUN will
hijack everything with a .jsp extension. I also removed jsp and jws
from the AddHandler line.

In the end the jrun part of the config looked like:

<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap true
    JRunConfig Serverstore
"C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51010
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .cfm .cfml .cfc
#.jsp .jws 
</IfModule>


-- 
Mark Stanton 
Gruden Pty Ltd 
http://www.gruden.com

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to