Actually, ignore my last email, I just got it working! Adding a virtual host in Server.xml did the trick. Maybe Tomcat was just being fussy last night or else I was just exhausted.
Thanks again 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
