User Tools

Site Tools


Install EASA as a Service | Configure the EASA Service | Remove the EASA Service

Install EASA as a Service

If a previous version is already installed as a service, first Remove the EASA Service


Windows EASA Server

To install EASA service on a Windows computer:

  1. Log on to the EASA Server as Administrator.
  2. Open a Windows command prompt
  3. Change directory to the location of the EASA service installation executable file
  4. Enter 'cd <EASAROOT>/tomcat/bin'
  5. At the prompt, type 'service install'
  6. Restart the machine

The EASA service has now been installed and automatically started on an EASA Server running Windows.


Linux EASA Server

To install the EASA service on a Linux computer:

  1. Log on to the EASA Server as root.
  2. Open a shell window and create a symbolic link, type: ln -s /full/path/to/<EASAROOT>/tomcat/bin/easa.sh /etc/init.d/easa
  3. Determine the run level for EASA.
    • If EASA is to run without loading the X Server, the EASA startup script should be linked to run level 3.
    • Create a symbolic link, type: ln -s /etc/init.d/easa /etc/rc.d/rc3.d/S<num>easa (where <num> is a unique integer less than 100)

An Example

For example: S30easa

  1. Create a symbolic link, type: ln -s /etc/init.d/easa /etc/rc.d/rc3.d/S30easa
  2. To run EASA together with the X Server, the EASA startup script should be linked to run level 5, type:
    ln -s /etc/init.d/easa /etc/rc.d/rc5.d/S30easa

The EASA service is now installed on a Linux EASA Server.


Install EASA as a Service | Configure the EASA Service | Remove the EASA Service