Got another related Tomcat / IIS issue if you don't mind.
I added a virtual host to Server.xml:
<Host name="www.douglasmcgregor.local" appBase="webapps">
Context path="" docBase="C:\inetpub\wwwroot\DouglasMcGregor\" />
</Host>
Index.cfm works when you type in the URL, but anything after that, for
example
www.douglasmcgregor.local/Register.cfm throws a 404.0 error on IIS, and it's
strange
because it looks like IIS isn't detecting the ColdFusion script mapping even
though it's there.
The error is giving ISAPI-dll as the source.
Thank you
Douglas
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Jordan Michaels
Sent: 18 August 2011 23:28
To: [email protected]
Subject: Re: [OpenBD] IIS File Not Found Error
Hi Douglas,
This post should explain what's going on:
http://wiki.openbluedragon.org/wiki/index.php/Missing_OpenBD_Admin_%28OBD_In
staller%29
In a nutshell, because you've mapped localhost, localhost no longer points
to Tomcat's default web root. You have to use some other URL that does if
you want to continue to access the BD Administrator.
Try:
http://127.0.0.1:8888/bluedragon/administrator/ instead and see if that
still works for you.
Warm regards,
Jordan Michaels
On 08/18/2011 03:18 PM, Douglas McGregor wrote:
> Hi there,
>
> I've used the Windows installer for Open BlueDragon on IIS 7, and
> I've come across something strange.
> After install I navigate to HelloWorld.cfm located in C:\inetpub
> \wwwroot, but I get an orange error page saying File Not Found.
> However, when I add a Context path to localhost in Server.xml the
> files work in the IIS directory but the Open BlueDragon administrator
> breaks. Google hasn't really turned up anything useful, so I hope
> someone will be able to advise. The company I host my website with
> use BlueDragon, and I'm trying to replicate the same environment on my
> development server.
>
> Thank you
>
> Douglas
>
--
official tag/function reference: http://openbd.org/manual/ mailing list -
http://groups.google.com/group/openbd?hl=en
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en