Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glassfish in real world

Are there any companies/web-sites that use Glassfish in production? I am new to J2EE and deploy JRuby on Rails alongside a JAX-WS Metro application in Glassfish v3 Prelude. Sometimes the quirks make me go WTF and rip my hair out.

I haven't had experience with Apache Tomcat and was wondering if it makes sense to switch to Tomcat, as Glassfish might not be yet ready for serious development?

like image 203
mannicken Avatar asked Feb 09 '09 22:02

mannicken


2 Answers

For GlassFish in the real world, check out http://blogs.oracle.com/stories.

Here's a couple of quick-hits of JRuby on GlassFish production stories:

  • http://weblogs.java.net/blog/arungupta/archive/2008/04/jruby_and_glass.html
  • http://blog.linkedin.com/2008/08/19/jdbc-connection-pooling-for-rails-on-glassfish/

Other useful resources:

  • http://wiki.glassfish.java.net/Wiki.jsp?page=JRuby
  • http://weblogs.java.net/blog/arungupta/ (Lots of JRuby on GlassFish posts)

Hope this helps

John Clingan, GlassFish Group Product Manager

like image 70
John Clingan Avatar answered Oct 23 '22 08:10

John Clingan


I have about 50 Glassfish instances in production and "production test". My only piece of advice would be "don't run it on Windows". See GlassFish on Windows vs RedHat for the main reason why.

like image 28
sam_pointer Avatar answered Oct 23 '22 07:10

sam_pointer