File Release Notes and Changelog
Notes:
Radar Release Notes
-------------------
Author : Leong Mun Wai <munwai@cyberway.com.sg>
Date : 20001119
Version : 0.5 beta 4
Requirements
------------
NOTE: JDOM and Xerces binaries are included in this distribution
* Tomcat 3.1 (http://jakarta.apache.org/builds/tomcat/release/v3.1/bin)
* JDOM Beta 5 (http://www.jdom.org)
* Java 2 SDK 1.3
* Xerces 1.2.1 for Java (http://xml.apache.org/dist/xerces-j)
Installation
------------
1. Make sure the JDOM and Xerces jars are in your CLASSPATH. Placing the jars
in $TOMCAT_HOME/lib will also work for UNIX users.
2. Set the environment variable TOMCAT_HOME to point to the Tomcat installation
in which Radar will be used.
3. Copy radar.war into $TOMCAT_HOME/webapps/.
4. Start (or restart) Tomcat.
5. Point your browser to http://your.tomcat.host:port/radar/servlet/radmin
6. The Radar admin page should appear.
7. Please read 'Known Issues' below for information about Tomcat's server.xml
Known Issues (IMPORTANT!)
-------------------------
1. Radar reads $TOMCAT_HOME/conf/server.xml, the Tomcat server config file.
However, there is an undeclared namespace, xmlmapper that causes
JDOM/Xerces to throw an exception. As a work around, comment out the
<xmlmapper:debug level="0" /> element at the top of server.xml.
License
-------
Radar is distributed under the GNU General Public License. Refer to GPL for details.
Changes:
Radar Changelog
---------------
Version: 0.5 beta 1 Date: 20001019
-------------------------------------
* Initial release
Version: 0.5 beta 2 Date: 20001114
-------------------------------------
* File path separators changed to use File.separator. Radar should work under
Windows now.
* Set XMLOutputter for pretty printing. XML config files will no longer
appear as a single line.
* Reduced size of screen fonts.
* Fixed bug where empty icon and description tags were added under servlet
tags.
Version: 0.5 beta 3 Date: 20001115
-------------------------------------
* Fixed a bug in server.jsp which prevented the webserver port from being
updated.
Version: 0.5 beta 4 Date: 20001119
-------------------------------------
* Fixed a bug in reading of docbase under Windows
* Added creation of sample index.jsp during the addition of a new context
* Removed support link. Support information is now on the new Radar website.