On Mon, May 10, 2010 at 9:48 AM, Confused <[email protected]> wrote:

>
> If I type http://localhost/ in the browser, I get a 404 error that
> looks like IIS to me.
>

OK, so your web server is IIS. And I'm assuming if you browse to something
like http://localhost/mypage.cfm you still get a 404?

If you're getting a 404 that probably means one of two things. Either your
web sites aren't configured correctly in IIS so it's actually a legitimate
404 error (meaning it's not finding the files, although I think you said
HTML files from the same directory come up fine), or there's a permission
error of some sort since.

I would think if it can see the .cfm file and can read it, but isn't
configured correctly to hand off processing to OpenBD, you'd see your CFML
code in your browser (meaning it would just spit out the source code of the
file to the screen) instead of getting a 404.



> If I type http://localhost:8888/ I get an Apache Tomcat admin page.
> The shortcut created by the installer points to
> http://localhost:8888/bluedragon/administrator.
>
> That leads me to believe IIS is on port 80 and Apache on 8888.
>

Not quite. *Tomcat* is on port 8888. Apache the web server probably isn't
installed at all, which is fine since you're using IIS. Confusing
terminology but typically when people say "Apache" they mean the web server,
and Tomcat is the Java servlet container.

I'd just try reinstalling and see if it works the second time and if not,
I'm sure Jordan can jump in and offer assistance.

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca/Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to