<?xml version="1.0" encoding="UTF-8" ?>

<document>

<properties>
    <title>Documentation Home</title>
</properties>

<body>

<section id="WebSphere_Application_Server_Community_Edition_Documentation_Project" key="Base.WebSphere_Application_Server_Community_Edition_Documentation_Project">

<p>
This site contains
the user documentation for the WebSphere Application Server
Community Edition, a Java 2 Enterprise
Edition (J2EE) server compatible with V1.4 of the J2EE specification.
</p>


<subsection id="Getting_started" key="Base.Getting_started">

<p>
Use the navigation bar on the left to find the information you need.
Click on
</p>
<ul>
<li>
<a href="./Tasks/QuickStart.html">Quick Start</a> for the information you
need to get the product installed and ready to evaluate
</li>
<li>
<a href="./Concepts/index.html">Concepts</a> to see sections that explain
important system concepts
</li>
<li>
<a href="./Tasks/index.html">Tasks</a> to see sections that contain
step-by-step instructions for performing important system tasks
</li>
<li>
<a href="./Reference/index.html">Reference</a> to see sections that
provide detailed syntax for the commands, Java applications, and
deployment plan schemas.
</li>
</ul>
</subsection>



<subsection id="Buy_support_from_IBM" key="Base.Buy_support_from_IBM">

<p>
There is no license fee for
using WebSphere Application Server Community Edition, but you can
purchase world-class support from IBM.
Three support options enable
you to purchase the support level most appropriate for your business and
technical needs.  By using WebSphere Application Server Community Edition,
you can reap the benefits of open source with the peace of mind that your
applications are backed by IBM Support.  Visit the
<a href="http://www.ibm.com/software/webservers/appserv/community/">
product site</a> for more information.
</p>
</subsection>

<subsection id="News" key="Base.News">

<h4>April 11, 2006</h4>
<p>
WebSphere Application Server Community Edition Version 1.0.1.1 is now
available.  Significant enhancements include
</p>
<ul>
<li>
Compatibility with
<a href="./Concepts/SupportedPlatforms.html#ppc">PowerPC processors</a>
</li>
<li>
Compatibility with additional
<a href="./Concepts/SupportedPlatforms.html">operating systems</a>
</li>
<li>
Compatibility with additional
<a href="./Concepts/SupportedDatabaseMgrs.html">database managers</a>
</li>
<li>
Compatibility with additional
<a href="./Concepts/SupportedLDAPServers.html">LDAP servers</a>
</li>
<li>
Updated
<a href="./Concepts/Tools.html">Eclipse tooling</a>
</li>
<li>
Additional
<a href="./Concepts/Samples.html">samples</a>
</li>
<li>
<a href="./Tasks/Deploy/Deploying.html#Using_hot_deployment">Hot deployment</a>
</li>
<li>
<a href="./Tasks/Deploy/Deploying.html#Deploying_to_a_remote_server" >Remote deployment</a>
</li>
<li>
<a href="./Tasks/Tomcat/Clustering.html" >Web tier clustering</a>
</li>
<li>
<a href="./Tasks/Console/index.html" >The web console</a>.
</li>
<li>
A new
<a href="./OfflineDocumentation.html" >offline documentation bundle</a>
that is updated whenever the online documentation is updated so that the
content is always identical.
</li>
</ul>

<p>
In addition to these enhancements, this release includes a number of
patches and minor changes.  For details, install the new release and
review the contents of
<strong><var>installDir</var>/CHANGES.txt</strong> where
<var>installDir</var> is your server's installation directory.
</p>

<h4>February 15, 2006</h4>
<p>
WebSphere Application Server Community Edition Version 1.0.0.1 is now
available.
To determine the fixes and features included
</p>
<ul>
<li class="expand">
Go to the
<a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220">
Apache Geronimo JIRA site</a>
and use the <strong>Find Issues</strong> link to display
the JIRA issues were incorporated between 2005/10/07 and
2006/01/27.
</li>
<li class="expand">
Install the server and examine the list of additional changes in
<ul>
<li>
<img src="images/ngwin.gif" alt="(On a Windows system)" border="0" height="13" width="51"/>
<strong><var>installDir</var>\CHANGES.txt</strong> where
<var>installDir</var> is replaced with the server's installation
directory.
</li>
<li>
<img src="images/nglinux.gif" alt="(On a Linux system)" border="0" height="13" width="49"/>
<strong><var>installDir</var>/CHANGES.txt</strong> where
<var>installDir</var> is replaced with the server's installation
directory.
</li>
</ul>
</li>
</ul>

<p>
To fix as many defects as possible, the
<a href="http://geronimo.apache.org">Apache Geronimo</a>
version chosen to build this refresh is more advanced than the version
used to build Version 1.  As a result, there are a number of
incompatibilities between Version 1 and Version 1.0.0.1 that may
require a migration effort.
</p>

<ul>
<li class="expand">
The <strong>startServer</strong> launcher is no longer included.  It has
been replaced by the improved
<a href="Reference/Commands/startup.html"><strong>startup</strong></a>
script and the new
<a href="Reference/Commands/geronimo.html"><strong>geronimo</strong></a>
script taken from the
<a href="http://geronimo.apache.org">Apache Geronimo</a>
project.
</li>
<li class="expand">
Closing the
<img src="images/ngwin.gif" alt="(On a Windows system)" border="0" height="13" width="51"/>
command prompt window or
<img src="images/nglinux.gif" alt="(On a Linux system)" border="0" height="13" width="49"/>
terminal session where the server is running is no longer the recommended
way to stop the server.
To stop the server gracefully, use the new
<a href="Reference/Commands/shutdown.html"><strong>shutdown</strong></a>
script taken from the
<a href="http://geronimo.apache.org">Apache Geronimo</a>
project.
</li>
<li class="expand">
The conventions for specifying a configuration ID for a Geronimo component
has changed.
The new convention is
<source>
geronimo/<var>component</var>/<var>version</var>/car
</source>
where
<var>component</var> is a unique component name and
<var>version</var> is version number (for example <strong>1.0</strong>).
To use the deployment plans from WebSphere Application Server Community
Edition V1 in the new version, you will have to modify all the
<kbd>configId</kbd> attributes that reference system components to use the
new names.
The names of the components currently installed in your server can be
found in
<ul>
<li>
<img src="images/ngwin.gif" alt="(On a Windows system)" border="0" height="13" width="51"/>
<var>installDir</var>\config-store\index.properties
</li>
<li>
<img src="images/nglinux.gif" alt="(On a Linux system)" border="0" height="13" width="49"/>
<var>installDir</var>/config-store/index.properties
</li>
</ul>
where <var>installDir</var> is the directory where the server was
installed.
</li>
<li class="expand">
Starting with Version 1.0.0.1, users should not modify the configuration
of a system component by editing its deployment plan and redeploying the
component.  Instead, all configuration changes should be made in
the server's
<a href="Tasks/Config">config.xml</a> document.
The initial deployment plans are no longer included in the server's
installation directory.
If you need to examine the initial deployment plans, to understand the
initial attribute values or to find the configuration identifier and
attribute name that you need to override in config.xml, you must obtain
the installation bundle that contains the
<a href="Concepts/Samples.html">samples</a>.
</li>
</ul>

<p>
The file names of the installation bundles for Version 1.0.0.1 are
different and include a version identifier. See
<a href="Tasks/Install/Choosing.html">Choosing an installation bundle</a>
for details.
</p>

<p>
The
<a href="Reference/Commands/versionInfo.html"><strong>versionInfo</strong></a>
utility has been added to display detailed version information for the
server and its Java environment.
In addition, the
<a href="Reference/Commands/genVersionReport.html"><strong>genVersionReport</strong> </a>
utility will generate a report file in an HTML document.
</p>
</subsection>

</section>


</body>

</document>

