I downloaded IR and tried going through the configuration menu to configure a new rails app. I created it by running
"rails test" in the IR rail_apps directory, so it showed up. When I clicked the checkbox next to the new app
and click the mongrel button, the cmd.exe window appears for a brief second then disappears. The web server does not
start.
The server does however start for the cookbook and blog demos.
Also, I can manually go into the rails app and run webrick, and the IR MySQL engine works just fine. So far I've been
running my app via webrick and using the IR MySQL database, but I'm wondering why mongrel won't work for my app?
Thanks... |