I keep getting “500.html running rails app built by goldspike in a JEE Container”. What is wrong?
You might not have set the production DB settings in database.yml properly. Goldspike by default builds a war that runs the app in production mode. You can confirm the problem by finding the production.log file. If you’re using JBoss, then it lives in $JBOSS_HOME/server/my_app/tmp/my_rails_war”1234”.war, where ”1234” is a random number generated by JBoss.