To unsubscribe from this group, send email to railo+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
1. For Railo on Tomcat, check out Sean Corfield's blog:
Railo on Tomcat Multiweb: http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_on_Tomcat__multiweb
2. Get the URLRewrite filter Todd linked to in his response.
3. James Gibson, on the CHWheels group, came up with an excellent way
to make CFWheels pretty URLs work with Railo:
http://code.google.com/p/cfwheels/issues/detail?id=317
The most important thing to note with James' approach is that you do
need to update the referenced CFWheels framework file (/wheels/
dispatch/request.cfm). His patch file notes a line number in the
request.cfm that was relevant for a version of CFWheels prior to 1.0.3
(the newest). However, just search the request.cfm file for the code
he has in his patch and you'll be good to go (in CFWheels 1.0.3, I
made the change on line 89 of request.cfm).
Finally, add this to the urlrewrite.xml file you can download from
James' post: <condition type="request-uri" operator="notequal"
next="and">/railo-context/*</condition>
It's not really as bad as it may read! I had all of this done and
running within a half-an-hour.
To unsubscribe from this group, send email to railo+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
I am sorry, I haven't read the whole thread but if you are just
needing a development environment for Railo and Wheels you may want to
try:
I am using it right now to work on a couple of projects.
Hope it is helpful for ya.
Brian