GlassFish gem 0.9.1

Greetings!

The GlassFish team has release a new version of the GlassFish gem,
0.9.1. This release includes a bunch of performance and bug fixes.

Vivek P. of the GF team has his announcement here:

http://weblogs.java.net/blog/vivekp/archive/2008/12/glassfish_gem_0_1.html

The GlassFish gem is the simplest way to deploy Rails and Merb
applications (JRuby only):

$ gem install glassfish
$ glassfish -e production

And glassfish -h for help on the available options.

That’s it! A production server with excellent performance in one
process.

You can see the GlassFish gem documentation at:
http://glassfishgem.rubyforge.org/. Try it out and send your feedback to
the forum or report issues at the issue tracker.

RubyForge Issues Fixed

22724 “asadmin” in %JRUBY_HOME\bin should be renamed to avoid
confliction
22741 JRuby on Rails on Glassfish — Unexplainable NameError
22774 Gem 0.9.0 does not work in Production on Windows with JRuby 1.4+
22793 0.9.0 gem has ‘Activator start error’
22795 -p option throws BindException
22836 Glassfish gem 0.9 problems on Ubuntu and Windows
22861 Error if RAILS_GEM_VERSION isn’t defined
23007 uninitialized constant Rack while creating error app
23090 Environment flag -e is not correctly used for Merb app

Java.net Issues Fixed

6754 Running Typo in GlassFish Gem throws multiple exceptions
6764 “Rails” text shows up when deploying anything
6765 GlassFish Gem does not list rack as a dependency
6767 Impossible to set production environment for merb

Please give it a try and let us know what else you think could be
improved.

  • Charlie