BlueZone Java Web Manager is distributed as an industry standard Web Application Archive (WAR). The structure of a WAR is
such that it can be placed directly into a compliant servlet container, the container discovers the WAR, unpacks it from the
archive format, and places the resulting Web application into service.
Consult your servlet container's documentation for appropriate installation instructions for WARs and web applications.
If your servlet container does not perform automatic WAR installation, then you may be able to install the Web application
manually. The WAR file compression format is a ZIP format. Unzip (gunzip, jar) the WAR and install it into your servlet
container according to the manufacturer's instructions for installation and registration of Web applications.
Web Manager will run in most modern servlet containers implementing the Java Servlet API 2.1 or higher. It has been tested
in IBM WebSphere 3.5 on OS/390, OS/400, Windows NT and Windows 2000; in Caucho Resin on Linux 7.2, in Apache Tomcat 3.x on
Win98/NT/2000; and Apache Tomcat 4.x on Win98/NT/2000, HP-UX, and Linux 7.2.
If you need to download and install the latest Java SDK and Tomcat versions, refer to follow these steps:
If you already have an acceptable version of the Java SDK and Servlet container installed on your server, then skip down to
the Installing Web Manager section.