blob: 1c81dae61e61beb8faaddc5c0df1cdbcbc604e30 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="2.0 M5" root="../../..">
<component name="Server Tools">
<item title="Apache Tomcat v6 Support">
<description>
WTP now supports Apache Tomcat v6!
<br/>
<br/>
<img src="server/tomcat6.png" alt="Tomcat 6 support"/>
</description>
</item>
<item title="Manage Tomcat Work Directories">
<description>
Need to clean Tomcat's work directories? Two new menu items in the Servers view
allow you to <b>Clean Tomcat Work Directory</b> or <b>Clean Module Work Directory</b>
without leaving Eclipse.
<br/>
<br/>
<img src="server/cleanworkdir.png" alt="Clean server Work Directory context menu action on the server"/>
<br/>
<br/>
<br/>
<img src="server/cleanmodule.png" alt="Clean Module Work Directory context menu action on the module"/>
</description>
</item>
<item title="Configure Tomcat's Paths">
<description>
There are new user settable paths for the Tomcat server (with server editor UI
still under development).
The <b>Server path</b> allows you to specify a separate instance of the Tomcat server
at a location of your choice.
The <b>Deploy path</b> allows you avoid using the "webapps" directory and the
complications that arise with auto-deployment and default web applications.
<br/>
<br/>
<img src="server/tomcatPaths.png" alt="Configurable paths"/>
</description>
</item>
<item title="Publish Clean">
<description>
The Servers view has a new <b>Clean...</b> option which will perform a
"clean" publish on the server. Much like clean builds, this will remove
any invalid resources from the server before doing a full republish.
<br/>
<br/>
<img src="server/clean.png" alt="Clean publish action on context menu"/>
</description>
</item>
<item title="Create Server With Runtime">
<description>
When you create a runtime you can now create a server at the same time.
If this option is available for the runtime you're creating, just select
the <b>Also create new local server</b> option at the bottom of the dialog.
<br/>
<br/>
<img src="server/tomcat6b.png" alt="Also create new local server"/>
</description>
</item>
</component>
</release>