SOA Gateway Version 2010-05-31
 —  Server and Control Center Installation  —

Uninstallation Guide


Uninstall SOA Gateway Server - Linux, z/Linux, AIX and Solaris

  1. Ensure the SOA Gateway server is not running.

    Change to the <SG_install_dir>/apache2/bin directory, replacing <SG_install_dir> with the location where you installed the SOA Gateway.

    Run the command ./apachectl stop

  2. The <SG_install_dir> can now be removed. Use the command rm -rf <sg_install_dir>.

    Important:
    Once you run this rm command, all files and directories in "<sg_install_dir>" will be permanently deleted.

  3. This completes the uninstall process.

Example:

# cd /usr/local/soaGateway/apache2/bin
# ./apachectl stop
# cd /usr/local
# rm -rf soaGateway
# 

Top of page

Uninstall SOA Gateway Server - Windows

  1. Start the Windows Control Center by clicking Start -> Control Panel

  2. Select the Add or Remove Programs

  3. Select SOA Gateway 4.1.1 and click Change/Remove

  4. Select Remove radio button and click Next

  5. Click OK to uninstall the SOA Gateway

Top of page