I have tried several times to run a very simple Rails application in production without success. At this time, it seems
that it's failing early on because the production.log doesn't indicate that I have hit the server. For example, I never
see the following line when loading my Rails application:
INFO: Loading application test at /
Furthermore, there are no errors being generated in the log. Next, I have the following configuration:
Mac OS 10.5.7 (Intel MacBook Pro)
JRuby 1.3.0RC2
Java 1.6
Rails 2.3.2 with jdbcsqlite3
glassfish 0.9.5
Last but not least, I'm running glassfish using the following command line options in the Rails root of my application:
glassfish -e production
|