
08-06-2006, 09:00 PM
|
|
Member
|
|
Join Date: Aug 2006
Location: Dallas, TX
Posts: 22
|
|
partial success
I think I did not know to turn on auto start. Now I can bring up the first web page of my site, which is a login page.
I changed the Rails environment in the server to development, so I could see the error messages...
There is some kind of problem with the routing of forms. When I submit a form, I get this:
Routing Error
Recognition failed for "/dispatch.lsapi"
Regular links seem to work correctly. For example, the opening login form fails with the above Routing Error. However, if I "fake it" by submitting a URL with the form attributes in the URL, like...
http://test.site.com/login/process_l...&password=test
then the login works fine. So something is wrong with form posts and the dispatch.lsapi. What could this be?
Running the app on the same machine under webrick works fine...
Thanks for your help...
Shelby
|