Hi William,
William Fawcett wrote:
I am working with an application that was originally developed in a Mac OS X environment that i am trying to get working in a windows Environment. is that I can get the standard "Welcome Aboard" page, but when I attempt to use any thing from the app it gives me the dreaded
"Status: 500 Internal Server Error Content-Type: text/html
Application error (Apache)
I look at the log/development.log and the top line is aways Expected C:/sandbox/workspaces/mycom/myapp/config/../app/apis/myapp.rb
Windows software is supposed to handle '/', but the fact is that some Windows software doesn't. I'd start by using Mongrel or Webrick instead of Apache to serve your app and see if that makes a difference.
hth, Bill