Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The Java EE is a series of specifications. You can see the list of specifications in Java EE 6 <a href="http://www.oracle.com/technetwork/java/javaee/tech/index.html" rel="nofollow">here</a>.</p> <p>All specifications, according to the <a href="http://www.jcp.org" rel="nofollow">JCP</a>, must have a reference implementation. The reference implementation for Java EE is <a href="http://glassfish.java.net/" rel="nofollow">Glassfish</a> and this is what you probably call Java EE SDK.</p> <p>In fact, other implementers can follow the specifications and provide their own server implementations. And that is why we have other servers out there like: <a href="http://www.jboss.org/" rel="nofollow">JBoss</a>, <a href="http://wiki.jonas.ow2.org/xwiki/bin/view/Main/WebHome" rel="nofollow">JoNas</a>, <a href="http://geronimo.apache.org/" rel="nofollow">Apache Geronimo</a>, <a href="http://www-01.ibm.com/software/websphere/" rel="nofollow">IBM Websphere</a> and <a href="http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html" rel="nofollow">Oracle Weblogic</a>, among many others.</p> <p>Now, coming back to the Apache issue. You could use Apache Web Server with <a href="http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html" rel="nofollow">mod_jk</a> enabled and forward requests to your Tomcat Server.</p> <p>Now, Tomcat does not implement the whole set of specifications for Java EE. Tomcat is the reference implementation for JSPs and Servlets, as far as I know.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload