I am trying to set up a local testing environment for the CF Wheels
framework running on Win 7 x64, IIS 7.5 (with Rewrite module
installed) and the latest Railo 3.3.2.002 running on Tomcat 7 (with
the Boncode connector).
I've read carefully through all the available documentation and tried
every reasonable setting but I am still unable to hand over the
requests correctly to IIS =>>
http://cfwheels.me:8888/index.cfm/{controller}/{action} SO
FAR SO GOOD -- TOMCAT IS WORKING AS EXPECTED
http://cfwheels.me/index.cfm/{controller}/{action} IIS THROWS UP THE
WELCOME PAGE (using default 'HOME' route) INSTEAD OF THE REQUESTED
PAGE
http://cfwheels.me/{controller}/{action} SAME BEHAVIOUR AS ABOVE
I came across a very similar (and unresolved) issue posted <a
href="
http://groups.google.com/group/railo/browse_thread/thread/
756959d0384d4e6e/976b1f0a9675acc0?
lnk=gst&q=wheels#976b1f0a9675acc0">here</a> but that was related to
the previous version of Railo using an older connector.
I wonder if anybody has come up with a solution since then?
BR/ Denis