Re: OT? Java application servers.



John,

The obvious difference between the app servers that you mention is that
Tomcat is not a full Java EE container, whereas the others are. (I would
see this as an advantage, since I've never been an EJB fan )

Geronimo and JBoss use Tomcat components as a base web container (but throw
the kitchen sink on top :-)

For a pretty good discussion of Java EE, see:
http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition
Also, you can generally add in the J2EE components that you want into Apache
Tomcat (as does Apache Geronimo), but at some point you would want to use
Geronimo (or JBOSS or Websphere).

Websphere of course extensively supports z/OS native features like WLM and
parallel sysplex and extensive connectors to other z/OS subsystems like MQ,
CICS, etc. Although not in any way light-weight (in terms of resources or
administration), you'll get one-stop shopping for support (Websphere, Java
JVM, z/OS).

I don't know of a good review comparing these containers, but even if there
were one I'm not sure what the value would be. They all have their
advantages and disadvantages which should be considered only in the context
of your requirements.

HTH,

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

PS> For a very cool light-weight z/OS Java container, try our customized
Apache Tomcat package:
http://dovetail.com/products/tomcat.html




On Fri, Jun 25, 2010 at 1:12 PM, McKown, John <John.McKown@xxxxxxxxxxxxxxxxx
wrote:

An number of Java Application Servers run on z/OS as well as other system.
I know of Tomcat, Geronimo, JBOSS, and WebSphere AS. Does anybody know of
any site which does some kind of comparison of these? And, while I'm at it,
perhaps a brief overview of what makes up a Java Application Server?

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mckown@xxxxxxxxxxxxxxxxx * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or
proprietary information. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. HealthMarkets(r) is the brand name for products underwritten and
issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake
Life Insurance Company(r), Mid-West National Life Insurance Company of
TennesseeSM and The MEGA Life and Health Insurance Company.SM


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Java EE on tomcat?
    ... of Java EE become unavailable to me? ... ask yourself what you gain from the Tomcat pain. ... I use Tomcat myself and have used servlet containers ever since they ... intended to Tomcat or any other servlet container, ...
    (comp.lang.java.programmer)
  • Re: Terms :)
    ... Where can I find the most complete definitions of the technologies Java ... A servlet is a compiled bit of java that's run by another java program called a container. ... Basically, the container uses reflection to load and inspect the servlet, and then uses that and configuration info to decide what to do with the servlet. ... The most common container is Tomcat, which can funtion as a web server, but also Tomcat can be connected to a running Apache instance. ...
    (comp.lang.java.help)
  • What is a container mean?
    ... It said that Tomcat is all servlets' container. ... can I say that JVM is Tomcat or other Java app's container? ...
    (comp.lang.java.programmer)
  • Re: please help me get started with building a website
    ... templating feature built-in. ... I've looked into Tomcat but after ... JSPs are templates for Java EE. ...
    (comp.lang.java.programmer)
  • Re: Servlet container/server for Linux
    ... I understand that I need a container. ... I'm pretty sure that there was something weird going on with tomcat on ... setting up the server for the proper deployment, ... be instantly available to run blah blah blah. ...
    (comp.lang.java.programmer)