This page explains how to install and configure all pre-requisites for SuSE 9.3 - 10.1, configure a firewall on the GRIA server machine and set-up Tomcat for or deployment of a GRIA war.
This page describes the prerequisites for the SuSE can be installed using the YaST2 systems configuration tool. They are as follows:
You can use either Tomcat or Apache to provide secure access. If you are unsure then choose Tomcat as it is easier to set up.
In order to provide some synchronisation between the clocks on machines that the various GRIA packages are installed on, it is recommended to run an NTP client service that will synchronise your system with an Internet time server. Having installed the Linux base platform, configure the Network Services to use an NTP server. This is done as follows:
Having configured the machine to use NTP, the system should then be restarted to ensure the changes made during the installation of the above pre-requisites are applied.
This completes the installation of the GRIA software prerequisites.
The deployed GRIA war (or webapp) should be hosted behind a firewall to ensure that your server can only be accessed on certain ports. You should consult with your systems administrator to determine if you need to run a firewall on the machine hosting the GRIA webapp. If so, configure the firewall as follows:
In order to deploy the war file, the Tomcat Manager for application deployment will be used. The Tomcat manager functions are disabled by default.
To enable Tomcat administration and management we must add a role and a tomcat user to the tomcat-users.xml file.
<role rolename="manager"/>
<role rolename="admin"/>
<user username="admin" password="ADMIN_PASSWORD" roles="admin,manager"/>
To start Tomcat:
$ su
# rctomcat5 start
To stop Tomcat:
$ su
# rctomcat5 stop
To restart Tomcat:
$ su
# rctomcat5 start
To get the status of Tomcat:
$ su
# rctomcat5 status
Test it with your browser by pointing to your machine URL ( http://<host IP>:8080). You should be able to access your Tomcat server home page.
The next step is to deploy the services in Tomcat according to the installation instructions for the package you are installing: