Install manually on a WebLogic Service server

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

Procedure

  1. On the Glass Box page of a content scan job, expand the Download glass box agent installer section.
  2. Extract the contents of Manual_Setup.zip to your preferred location on the web server.
  3. Extract the contents of this folder to your preferred location on the web server.
  4. Define a username and password for the agent (only English characters and numbers can be used):
    • For a Linux™ server: Add execution permissions to AgentCredentials.sh, then run AgentCredentials.sh <username> <password>
    • For a Windows™ server: Run AgentCredentials.bat <username> <password>
  5. Deploy GBootStrap web application:
    1. Log in to the WebLogic Administration Console. The default location is http://<server_name>:<port_number>/console/.
    2. In the Domain Structure pane, click Deployments, then click Install.
    3. In the Path field, type in the path to GBootStrap.war, then click Next.
    4. Select the Install this deployment as an application radio button, then click Next.
    5. Verify that the text in the Name field is GBootStrap.
    6. Click Finish, then click Save.
    7. In the Domain Structure pane, click Deployments, and verify that GBootStrap has been added, and that it has a green checkmark icon in the Health column.
  6. Shut down the WebLogic service.
  7. Configure WebLogic to use the glass box agent by locating the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<WEBLOGIC_SERVICE> and editing the key value of CmdLine to include -javaagent:c:/path/to/gbAgent.jar.
  8. Restart the service.