Search |
||
New and improved GlassFish gemPosted by vivekp on November 7, 2008 at 3:55 PM PST
I am
pleased to announce a long awaited GlassFish
gem
ver 0.9.0, it
is based on GlassFish v3 Prelude nucleus. This release of GlassFish gem
has everything that GlassFish v3 Prelude has to offer plus some new
features. See my post
on JRuby on Rails support in GlassFish v3 Prelude.
Installationjruby -S gem install
glassfish
Key features
Issues Resolved3964 Provide -port option to specify port for v3 gem6470 HTTP keep-alive not honored 4823 glassfish_rails command should attempt to load the current directory if none specified 5446 Jruby on Rails show request header in page 21080 Issues reported at rubyforge How to use?Simply type glassfish in your application directory. If not sure see help:jruby -S glassfish -h
»
Related Topics >>
Glassfish Comments
Comments are listed in date ascending order (oldest first)
Submitted by vivekp on Fri, 2008-11-07 18:44.
Also see Jacob's post
Submitted by sethbc on Tue, 2008-12-02 23:51.
glassfish-0.9.0-universal-java/modules% grep '\-\-runtime' command_line_parser.rb | head -n 3
[ '--runtimes', '-n', GetoptLong::REQUIRED_ARGUMENT ],
[ '--runtimes_min', GetoptLong::REQUIRED_ARGUMENT ],
[ '--runtimes_max', GetoptLong::REQUIRED_ARGUMENT ],
the options are --runtimes_{min,max} - the help file should be updated
|
||
|
|