Sun GlassFish Enterprise Server v3 Scripting Framework Guide

ProcedureTo Deploy the Rails Application as a Directory

You can use directory-based deployment to deploy any Rails application to the Enterprise Server. To deploy the hello application to the Enterprise Server as a directory, do the following:

  1. Start the Enterprise Server with the following command:

    asadmin start-domain

  2. Change to the directory where you created the sample application. For example:

    /apps/jruby-apps/hello

  3. Deploy the hello application with asadmin command:

    asadmin deploy hello

    • If you want to use a JRuby instance different from the update installation or the instance you configured with configure-jruby-container command, you can use the following deploy time option:

      asadmin deploy --property jruby.home=/jruby-install-location

  4. Run the hello application using the following URL in your browser:


    http://localhost:8080/hello/