Uninstall manually on a WebLogic Service server

This section describes how to manually uninstall the glass box agent on a WebLogic Service server.

About this task

When glass box is installed on the application server, the installation includes a Java™ agent and a GBootStrap web application. To uninstall glass box both of these must be removed. This task requires access to your application server.

Procedure

  1. Undeploy GBootStrap web application:
    1. Log in to WebLogic Administration Console. The default location is http://<server_name>:<port_number>/console/
    2. In the Domain Structure pane, click Deployments, then select the GBootStrap checkbox, and click Delete.
    3. In the Domain Structure pane, click Deployments, and verify that GBootStrap has been removed.
  2. Shut down WebLogic Service.
  3. Remove the Java agent from JAVA_OPTIONS:
    During manual installation, JAVA_OPTIONS is edited to include gbAgent.jar. Refer to the installation instructions to remove gbAgent.jar from JAVA_OPTIONS, restoring JAVA_OPTIONS to its original state.
  4. Restart the service.