Homepage | About EASA | Contact
Whenever a new version of EASA is installed, any EASA or Tomcat service installed for a previous version of EASA should be removed before a new EASA service is installed. The removal procedures for various EASA versions are provided below.
The instructions for removing the EASA service on a Windows computer are as follows:
cd <EASAROOT>/tomcat/bin
service remove
The EASA service has now been removed.
The instructions for removing the EASA service on a Windows computer are as follows:
cd <EASAROOT>/tomcat/bin
UninstallService
The EASA service has now been removed.
The instructions for removing the EASA service on a Linux computer are as follows:
cd /etc/init.d
rm easa
cd /etc/rc.d/rc3.d
or for run level 5, enter the following command:
cd /etc/rc.d/rc5.d
rm S<num>easa rm K<num>easa
where <num>
is the integer number used when installing the service.
The EASA service has now been removed.
The instructions for removing the Tomcat service on a Windows computer are as follows:
cd <//EASAROOT//>/tomcat4/bin
UninstallService
The Tomcat service has now been removed.