Hello All,

I would like to run multiple openbd cfml applications with Jetty
behind IIS. Has anyone ever done this and know of a good guide or is
able to walk me through it?
For example, IIS detects .cfm/.cfc/.cfml extensions and then pushes
request to Jetty. I have been looking for solutions all day and have
not been able to find anything concrete.

What I found was:

1. URL rewriting alone
***won't work because user will see :8080 attached to url.

2. IIS ARR
Link: http://www.iisadmin.co.uk/?p=326
Link: 
http://aegissecurityworks.blogspot.com/2009/11/iis-7-as-web-front-end-to-systinet-uddi.html
Link: http://blogs.iis.net/eokim/archive/2010/03/09/arr-with-tomcat.aspx
*** right now this looks like the easiest solution
*** The links don't explain how to use ARR for only specific
(.cfm/.cfc) extensions.
*** I could possibly be able to do this if I knew the correct regex
for detecting the extension of the script name.

3. AJP13
Link: http://tomcatiis.riaforge.org/
*** This looks like the best solution, but I don't know what to do
once I get to "worker.properties" and "uriworkermap.properties" in the
instructions. Does Jetty have worker.properties?

4. Apache ISAPI_rewrite
Link: 
http://www.dougboude.com/blog/1/2009/09/Railo-31-on-Windows-Server-2008-and-IIS7--Part-3-of-3.cfm
***Not so excited about this one, but if anyone know how to make it
work with Jetty I will try it.
*** Someone tried it, but it looks like a dead end -
Link:
http://groups.google.com/group/openbd/browse_thread/thread/c048dd1323653d1e/55616ccea6d5c8bb?hl=en&lnk=gst&q=jetty+isapi_redirect#55616ccea6d5c8bb

Thanks in advanced for any help

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to