Deploying a Rails app war step by step
This post describes the few steps needed to package a Rails app into a war and deploy it on a Java application server, in this case JOnAS. This is actually pretty straightforward, no reason for the Java production environments to refuse our nice Rails app anymore.
Post a comment