I've set up Railo v3.1 using Tomcat v6 - on a Windows 2008 (32bit) server. Everything seems to work fine, except that no matter what I try, I can't get it to recognise my default document (index.cfm)
So:
http://localhost/index.cfm = fine
http://localhost = 404.3 error
If I look at the error, it seems that IIS7 is using the static file handler to process the file - As far as I can tell, the 404 error isn't referring to the file itself, but to the ISAPI handler used to process it. Which doesn't make a great deal of sense.
I've tried adding a seperate handler in IIS7, but to no avail.
I think this is an issue in IIS7, as I've found several blogs and forum posts from people with similar problems, using a different system. (Tomcat, jBoss etc.)
Anyone come across this or have a workaround?
For details on my setup, I followed this guide rigidly:
http://www.hockeypfef.net/index.cfm/2009/3/12/Installing-Railo-3-on-Windows-200832bit-with-IIS7-and-Tomcat