Home Index Changes Prefs Log in »

Deploy and Run Rails on GlassFish Gem


Deploying and running your rails applications on GlassFish gem is easiest and fastest way. GlassFish gem consists only of v3 kernel, grizzly and some utilities and thus smaller size and faster startup time. All you need is to install GlassFish gem, that will be one time install only. Then simply run your rails application with the GlassFish gem.

Install the latest GlassFish v3 gem.

Install the GlassFish V3 gem by using the command
gem install glassfish

This will install GlassFish gem.

Deploy and run your Rails application

Invoke the following command in your application
glassfish

The application is deployed at http://localhost:3000/say/hello and ready to accept requests

« Home Attachments Info Index Changes Prefs
This page (revision-4) was last changed on 19-Nov-08 14:49 PM, -0800 by gfwiki