WARbler is probably worth a look for this kind of thing.
http://caldersphere.rubyforge.org/warbler/
On Sat, Nov 15, 2008 at 7:30 PM, Bill Kocik <bkocik_at_gmail.com> wrote:
>
> Is anyone doing deployment of Rails applications to remotely-running
> GlassFish v3 servers? I'm thinking the simplest solution is probably to use
> Capistrano for this, calling "asadmin" on the remote side to deploy the app
> at the end instead of restarting mongrel clusters, but I'm interested in
> other opinions or solutions.