Glassfish in real world
Asked Answered
F

5

15

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?

Favour answered 9/2, 2009 at 22:55 Comment(1)
The recent 3.0.1 release, should hopefully allow for more installations as many bugs were fixed.Ite
M
13

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:

Other useful resources:

Hope this helps

John Clingan, GlassFish Group Product Manager

Mohammedmohammedan answered 11/2, 2009 at 1:22 Comment(0)
P
5

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.

Promulgate answered 16/7, 2009 at 13:44 Comment(0)
D
4

The company I'm working in switched from Tomcat to Glassfish when we needed JMS for asynchronous messages. Instead of going with an external JMS solution into Tomcat, we chose to use Glassfish. OpenMQ - which is used by Glassfish - is actually a good JMS solution which offers many features with regards to clustering and high availability. I think that the stack Sun has with MySQL, OpenMQ and Glassfish is an interesting stack of software.

Diet answered 6/3, 2009 at 15:59 Comment(0)
S
1

Glassfish is a Java EE application server, whilst Tomcat is not, as discussed here

However, if you use Spring along with Tomcat, then you have the best of both worlds.

See more discussion here.

Store answered 9/2, 2009 at 23:19 Comment(0)
S
0

See page #45 "Who's using GlassFish in production?" here: https://slx.sun.com/1179275180

and

http://kenai.com/ is running under GlassFish Web Stack or GlassFish LAMP enabled.

Shellishellie answered 20/8, 2009 at 2:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.