4

Is there a free Commercial-Use Application-Server ?

I found a chart on Wikipedia("Comparison of application servers"), which says that JSAS (now GlassFish) and IBM WebSphere are free.

I am not sure about this, but it seems that:

Am I correct? Is Apache Geronimo is free for commercial use?

Daniel
  • 754
  • 1
  • 11
  • 25
  • WebSphere Community Edition is free as far as i understand.If you need support yes you got to pay for it (and that is where pricing options like socket pricing is available) – Manglu May 27 '11 at 00:14

5 Answers5

7

Glassfish Community Edition is free and powerful (Full Java EE 6 platform support).

GlassFish Server Open Source Edition

  • Free community-supported application server
  • Full Java EE 6 platform support
  • The best open source application server in the industry today
  • Next-generation modular and extensible architecture (OSGi)
  • Enterprise reliability and performance with full clustering

JBoss Community Server is also free but JBoss Enterprise is not.

It is free for commercial use. You can develop your applications and deploy them in production environment on top of JBoss without having to pay anything.

Here is the feature differences of two edition:

enter image description here


Both of this solutions offer enterprise level support with a fee.

Kerem Baydoğan
  • 10,475
  • 1
  • 43
  • 50
4

Jboss and Glassfish are great examples of application servers free for commercial use, you have to distinguish the difference between free use and support, both of them are free to use but if you want to get same support (not talking here about forums etc) you would have to probably pay for it.

Kris
  • 5,714
  • 2
  • 27
  • 47
2

If it is free, then why Jboss clearly states that "downloads are for development use only"?!

enter image description here

siva636
  • 16,109
  • 23
  • 97
  • 135
2

WebSphere Liberty Profile starting from 8.5.5.6 is fully Java EE 7 application server. It is free for development and for production usage with certain restrictions (2GB RAM per using organization). For more details check websphere-application-server-everyone

Gas
  • 17,601
  • 4
  • 46
  • 93
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/10487775) – Deividi Cavarzan Dec 08 '15 at 16:34
  • @DeividiCavarzan From my point of view, key information is there - free and restriction of 2GB - but feel free to edit this post and add any other information form the link you consider 'essential' – Gas Dec 08 '15 at 22:10
0

JBoss is free too (we are using it).

Péter Török
  • 114,404
  • 31
  • 268
  • 329