Search |
|||
TOTD #55: How to build GlassFish v3 Gem ?Posted by arungupta on November 21, 2008 at 6:01 AM PST
GlassFish Gem is a light-weight and robust deployment solution for Ruby-on-Rails and Merb applications. The gem can be easily installed as:
for any JRuby runtime. Support for other Rack-based frameworks such as Sinatra is coming soon! This Tip Of The Day (TOTD) explains how to build this gem if you like to understand the internals or hack it out:
And the generated gem is available at: ./target/dependency/glassfish/pkg/glassfish-0.9.0-universal-java.gem Simple and easy! TOTD #52 explains how gem can be used to run Rails or Merb applications. Are you using GlassFish gem ? File bugs @ RubyForge and send feedback to GlassFish Webtier Forum. Please leave suggestions on other TOTD (Tip Of The Day) that you'd like to see. An archive of all the tips is available here. Technorati: totd glassfish v3 gem rubyonrails jruby »
Related Topics >>
Glassfish Comments
Comments are listed in date ascending order (oldest first)
Submitted by haarts on Wed, 2008-12-03 04:07.
I can't get to the gem as the server requests a password, anyway around that?
Submitted by arungupta on Wed, 2008-12-03 11:05.
haarts, Please register at https://www.dev.java.net/servlets/Join, create a file .java.net
userName=YOUR_LOGIN
password=YOUR_PASSWORD
#proxyServer=proxy.acme.com
#proxyPort=8080
in your home directory. That should do.
|
|||
|
|