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

  1. Log on to the EASA Server as Administrator
  2. Open a Windows command prompt and type: cd <EASAROOT>/tomcat/bin
  3. Type: service remove

EASA 3.0 through 4.2 on Windows

  1. Log on to the EASA Server as Administrator
  2. Open a Windows command prompt and type: cd <EASAROOT>/tomcat/bin
  3. Type: UninstallService

EASA 3.0 and later on Linux

  1. Log on to the EASA Server as root
  2. Open a shell window, type: cd /etc/init.d
  3. Remove the easa symbolic link, type: rm easa
  4. Change directory to the directory appropriate for the EASA service run level, type: cd /etc/rc.d/rc3.d (for run level '3', substitute otherwise)
  5. Remove the symbolic links (substitute below if not run level '3')
    • rm S3easa
    • rm K3easa

EASA 2.0 and 2.1 Windows

  1. Log on to the EASA Server as Administrator
  2. Open a Windows command prompt and type: cd <EASAROOT>/tomcat4/bin
  3. Remove the Tomcat service, type: UninstallService

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