User Tools

Site Tools


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


Remove the EASA Service

Remove a prior EASA service before installing a new EASA service.


EASA 4.2.1 and later on Windows

  • Log on to the EASA Server as Administrator.
  • Open a Windows command prompt:
    • 'Change directory' to the location of the EASA service installation executable file:
      • cd <EASAROOT>/tomcat/bin
  • At the prompt, enter the following command to remove the EASA service:
    • service remove

EASA 3.0 through 4.2 on Windows

  • Log on to the EASA Server as Administrator.
  • Open a Windows command prompt:
    • 'Change directory' to the location of the EASA service installation executable file:
      • cd <EASAROOT>/tomcat/bin
  • At the prompt, enter the following command to remove the EASA service:
    • UninstallService

EASA 3.0 and later on Linux

  • Log on to the EASA Server as root.
  • Open a shell window:
    • 'Change directory' to the location of the EASA service installation executable file:
      • cd /etc/init.d
  • Remove the easa symbolic link:
    • rm easa
  • 'Change directory' to the directory appropriate for the EASA service run level.
    • For run level 3:
      • cd /etc/rc.d/rc3.d
    • For run level 5:
      • cd /etc/rc.d/rc5.d
    • Remove the symbolic links:
      • rm S<num>easa
      • rm K<num>easa

Where <num> is an integer number used when installing the service.


EASA 2.0 and 2.1 Windows

  • Log on to the EASA Server as Administrator.
  • Open a Windows command prompt and 'change directory' to the location of the Tomcat service installation executable file:
    • cd <EASAROOT>/tomcat4/bin
  • Next, enter the following command to remove the Tomcat service:
    • UninstallService

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


Page Tools