Search |
|||
Vivek Pandey's blogGlassFish gem 1.0.0 is availablePosted by vivekp on December 10, 2009 at 11:44 PM PST
This is 1.0.0 release of GlassFish gem. This release is based on GlassFish v3 final release. Unlike other gem releases which used to get posted on the RubyForge gem repo. Now its pushed to Gemcutter. The end result is pushing is easy and the gem is available moments after its pushed. Also now I can see how many of each release get downloaded.
To install, simply type the following on a JRuby installation: $ gem install glassfish New features in this release
GlassFish::Server.start(:address=>"127.0.0.1", :port=>4000) do use Rack::CommonLogger use Rack::ShowExceptions map "/hello" do use Rack::Lint run Proc.new {[200, {"Content-Type" => "text/html"}, "Hello"]} end end
$ gfrake config
Below is the default Grizzly configuration for GlassFish gem. ![]() Bug fixes25812 ActionController::Request.remote_ip is not set
26147 Setting Hostname IP Address Incorrectly
26149 Glassfish Gem fails to load Rails application in the production environment
26208 Can't get glassfish to start rails in thread-safe mode
26821 Error when running rack app
26866 JVM crash probably due to log file running over limit
26935 rack.run_once not getting set
27030 Extending CLASSPATH poisons glassfish gem?
27125 Application Environment not passed to Sinatra
Checkout the release notes and as always keep using it and send us feedback either at RubyForge or to users@glassfish.dev.java.net. »
Related Topics >>
Glassfish Web Applications Comments
Comments are listed in date ascending order (oldest first)
|
CategoriesArchivesDecember 2009
August 2009 June 2009 April 2009 March 2009 January 2009 December 2008 November 2008 October 2008 June 2008 May 2008 March 2008 January 2008 December 2007 October 2007 September 2007 August 2007 July 2007 June 2007 May 2007 April 2007 March 2007 February 2007 January 2007 December 2006 November 2006 October 2006 September 2006 August 2006 May 2006 January 2006 Recent Entries |
||
|
|