Online Books:
java.net on MarkMail:
Search |
||
GlassFish v3 Gem - 0.1.1 availablePosted by arungupta on February 14, 2008 at 6:51 AM PST
Pramod released
an updated version 0.1.1 of the JRuby
GlassFish v3 gem.
What's New ? - Mainly alignment with Rails convention
If you installed 0.1.0 version of the gem, then you need to uninstall using the following command: bin/jruby -S gem uninstall GlassFishAnd then install the new gem using the following command: bin/jruby -S gem install glassfishAnd for a fresh check out of JRuby trunk, here is the list of gems shown: bin/jruby -S gem listRead more details about the this newly released gem here. All the latest information about the gem can be found at GlassFish JRuby wiki or JRuby wiki. Please use the gem and send us feedback on GlassFish forums, dev@glassfish or gem mailing list. File issues in JIRA or GlassFish Issue Tracker. Technorati: ruby jruby glassfish v3 gem rubyforge »
Related Topics >>
Web Applications Comments
Comments are listed in date ascending order (oldest first)
Submitted by anjanb2 on Thu, 2008-02-14 12:17.
hi arun,
thanks for the notes.
I'm trying to install the glassfish gem inside a corporate firewall.
C:\jTools\jruby-1.1b1\bin>jruby -S gem install glassfish
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Connection refused(Errno::ECONNREFUSED)
C:\jTools\jruby-1.1b1\bin>
So, I'm wondering what I need to do in order to get beyond the windows ISA firewall ?
thank you,
BR,
~A
Submitted by anjanb2 on Thu, 2008-02-14 12:19.
hi arun,
thanks for the notes. I'm trying to install the glassfish gem inside a corporate firewall. C:\jTools\jruby-1.1b1\bin>jruby -S gem install glassfish ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Connection refused(Errno::ECONNREFUSED) C:\jTools\jruby-1.1b1\bin> So, I'm wondering what I need to do in order to get beyond the windows ISA firewall ? thank you, BR, ~A
Submitted by anjanb2 on Thu, 2008-02-14 12:24.
hi arun,
it will be interesting to know some numbers about how well the application behaves if the number of concurrent requests is set to 50. How much RAM does it need ? What is the startup time ? BTW, does this glassfish just have the bits needed for JDBC access and stuff like that ? Thank you, BR, ~A
Submitted by arungupta on Thu, 2008-02-14 12:31.
"jruby -S gem help install" shows the following option:
-p, --[no-]http-proxy [URL] Use HTTP proxy for remote operations
Try "jruby -S gem install glassfish -p http://proxyhost:proxyport"
BTW, I installed inside corporate firewall as well.
We have not done any performance benchmarks with v3 gem for now. Let us know if you run any tests.
|
||
|
|
I tried the following
C:\jTools\jruby-1.1b1\bin>jruby -S gem install glassfish -p http://whqisa.ad.nike.com:8080
ERROR: While executing gem ... (NoMethodError)
undefined method `[]=' for #
C:\jTools\jruby-1.1b1\bin>
Any ideas ?
Thank you,
BR,
~A