-- Josh
Yeah, I think so too. It's clear that the request is being passed to
Resin/Railo, but then Resin isn't resolving it right.
Can you check this:
> \htdocs</
> root-directory>
The "root-directory>" bit isn't on a separate line like that is it? If
that's the case then it's not valid and may not be loading right.
Basically, Resin is resolving the request to the "default" host entry,
so the problem is *definitely* somewhere around here.
Hope this helps!
--
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Railo Community Distributions
<host host-name="www2.welcomedriver.com"
root-directory="C:/_webproduction/welcomedriver-production/htdocs">
<host-alias>www2.godriver.com</host-alias>
<web-app id="/" root-directory="." />
</host>
HTH
Greetings from Switzerland
Gert Franz
Railo Technologies Professional Open Source
skype: gert.franz ge...@getrailo.com
+41 76 5680 231 www.getrailo.com
-----Ursprüngliche Nachricht-----
Von: ra...@googlegroups.com [mailto:ra...@googlegroups.com] Im Auftrag von
fmccb
Gesendet: Freitag, 17. September 2010 00:06
An: Railo
Betreff: [railo] Re: Installing Railo 3.1.x under Win2003 x64 IIS 6.0
Care to share?
Sent from my iPhone (apologies for my brevity!)
No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.851 / Virus Database: 271.1.1/3140 - Release Date: 09/17/10 02:34:00
Version: 9.0.851 / Virus Database: 271.1.1/3142 - Release Date: 09/17/10 14:34:00
Hi all,
Here are my notes to this:
1. Under tips and tricks in the wiki you can see what you need to do with the host.xml:
http://wiki.getrailo.org/wiki/Tips_And_Tricks
2. The next thing is that the setup.exe from Resin DOESN'T need to be executed at all. What you have to do is:
a. map the .cfc and .cfm files to the isapi_srun.dll directory from the win64 folder either for all websites or for a single one. Here is where you can define a different DLL when you for instance want to use CF9 and Railo on the same box. The setup.exe adds an ISAPI filter that hooks in and grabs control over all files sent to IIS and you see even .gif files being processed by resin. It makes more sense to use the extension mappings. See more here:
http://wiki.getrailo.org/wiki/Installation:Windows
b. add the extension to IIS and set it to allow
c. THAT'S it nothing more!
3. The virtual scripts folder is UNNECESSARY! makes it all easier to handle. If you now create your host.xml files on the fly with something Paul Klinkenberg is writing you can only add your websites to IIS and then you're done…
HTH
Greetings from Switzerland
Gert Franz
Railo Technologies Professional Open Source
skype: gert.franz ge...@getrailo.com
+41 76 5680 231 www.getrailo.com
