Red Hat Training

A Red Hat training course is available for Red Hat JBoss Enterprise Application Platform

Chapter 5. Uninstalling JBoss EAP

5.1. Uninstalling JBoss EAP (ZIP Installation)

  1. Ensure that you back up any modified configuration files and deployments that may be reused.
  2. The ZIP installation method installs JBoss EAP in a single directory. Delete the installation directory to uninstall JBoss EAP.
  3. Also delete any other scripts that depended on JBoss EAP being installed on your machine.

5.2. Uninstalling JBoss EAP (Installer Installation)

If you installed JBoss EAP using the installer, you can uninstall JBoss EAP using the uninstaller in either graphical or text mode.

Running the JBoss EAP Graphical Uninstaller

  1. Open a terminal and navigate to EAP_HOME/Uninstaller.
  2. Run the graphical uninstaller using the following command:

    $ java -jar uninstaller.jar

    The graphical uninstaller is similar to following figure. Select the check box if you want to delete the JBoss EAP installation directory.

    Figure 5.1. JBoss EAP Graphical Uninstaller

    JBoss EAP JBoss EAP Graphical Uninstaller
  3. Click Uninstall to start the uninstall process.
  4. When the uninstall process is finished, click Quit to exit the uninstaller.

Running the JBoss EAP Text-based Uninstaller

  1. Open a terminal and navigate to EAP_HOME/Uninstaller.
  2. Run the text-based uninstaller using the following command:

    $ java -jar uninstaller.jar -console
  3. Follow the prompts to uninstall JBoss EAP.

5.3. Uninstalling JBoss EAP (RPM Installation)

Warning

Uninstalling a JBoss EAP installation that was installed using the RPM method is not recommended.

Because of the nature of RPM package management, it cannot be guaranteed that all installed packages and dependencies will be completely removed, or that the system will not be left in an inconsistent state caused by missing package dependencies.





Revised on 2018-10-11 12:32:29 UTC