blob: 107bcf61e722167b157250368c83526c4a2a75a3 [file] [log] [blame]
<?php
require_once("../names.php");
$title = $jeeTitle;
?>
<html>
<header>
<title>Application Servers</title>
</header>
<body>
<h1>Application Servers</h1>
<p><img src="../images/server.png" align="right" /><?= $title ?> provides
first-class development tools for building Java Enterprise Edition (Java
EE) applications, including unparalleled support for debugging
applications running on a live application server.</p>
<p><?= $title ?> will configure and manage an application server test
environment; however, an application server is not included with the
download. You must obtain an application server separately.</p>
<p>Drivers for many application servers are included in this download,
including:</p>
<ul>
<li><a href="http://tomcat.apache.org/" target="appsrv">Apache Tomcat</a></li>
<li><a href="http://www.ibm.com/websphere" target="appsrv">IBM
WebSphere</a></li>
<li><a href="http://sourceforge.net/projects/jboss/" target="appsrv">JBoss</a></li>
<li><a
href="http://wiki.jonas.objectweb.org/xwiki/bin/view/Main/WebHome"
target="appsrv">JOnAS</a></li>
<li><a
href="http://www.oracle.com/technology/tech/java/oc4j/index.html"
target="appsrv">Oracle OC4J Standalone Server</a></li>
</ul>
<p>Many other application servers are supported; additional drivers may
be obtained from application server vendors, or can be downloaded via
the &quot;New Server&quot; wizard. Other application servers supported,
include Apache Geronimo, BEA WebLogic, and Glassfish.</p>
</body>
</html>