Version 6.3.12 for OpenVMS
 —  Natural Web I/O Interface  —

Installing the Natural Web I/O Interface Client on Apache Tomcat

If you want to use the Natural Web I/O Interface client with Apache Tomcat, you must proceed as described in this document. The following topics are covered:


Installation Steps

The Natural Web I/O Interface client is installed using the Tomcat Manager.

The following is assumed:

The following topics are covered below:

First-time Installation

Start of instruction setTo install the Natural Web I/O Interface client

  1. Download the Natural Web I/O Interface client for Apache Tomcat from Empower (https://empower.softwareag.com/) and unzip the contents to a directory of your choice on your hard disk.

    Or:
    Natural for UNIX, Natural for OpenVMS and Natural for Windows: Copy the complete contents of the nwo/<platform>/j2ee/v<nnnn>/tomcat directory from the installation medium to a directory of your choice on your hard disk.

  2. On UNIX platforms: Dearchive the TAR file using the following command:

    tar -xvf nwonnnn.tar
  3. Make sure that Apache Tomcat is running.

  4. Open your web browser and enter the following URL:

    http://<host>:<port>/manager/html

    This opens the Tomcat Manager.

  5. Deploy the web application file natuniweb.war:

  6. In the Tomcat Manager, look for the application Natural Web I/O Interface Client and choose Reload.

Update Installation

Start of instruction setTo update the Natural Web I/O Interface client

  1. Download the Natural Web I/O Interface client for Apache Tomcat from Empower (https://empower.softwareag.com/) and unzip the contents to a directory of your choice on your hard disk.

    Or:
    Natural for UNIX, Natural for OpenVMS and Natural for Windows: Copy the complete contents of the nwo/<platform>/j2ee/v<nnnn>/tomcat directory from the installation medium to a directory of your choice on your hard disk.

  2. On UNIX platforms: Dearchive the TAR file using the following command:

    tar -xvf nwonnnn.tar
  3. Shut down Apache Tomcat.

  4. Create a backup copy of your sessions.xml file, which is located in <tomcat>/webapps/natuniweb/WEB-INF.

  5. Start Apache Tomcat.

  6. Open your web browser and enter the following URL:

    http://<host>:<port>/manager/html

    This opens the Tomcat Manager.

  7. Select natuniweb.war in the list of installed applications.

  8. Choose Undeploy.

  9. Deploy the new version of the Natural Web I/O Interface client as in a first-time installation.

  10. Restore the sessions.xml file that you have backed up previously.

Top of page

Installation Verification

It is assumed that http://<host>:<port> is the URL of your application server.

Start of instruction setTo verify the installation

  1. Enter the following URL in your web browser:

    http://<host>:<port>/natuniweb/natural.jsp

    For example:

    http://myhost:8080/natuniweb/natural.jsp

    The Natural Web I/O Interface client is now started in your browser. The entries which appear in the resulting logon page depend on the settings in your configuration file. For further information, see Configuring the Client.

Top of page