After you have installed the OHS Webgate, you use the remote registration (RREG) tool to register the OHS Webgate with the OAM server.
To complete the registration:
Correct the OAM_REG_HOME and JAVA_HOME environment variables.
OAM_REG_HOME should point to the extracted rreg directory created in the previous step.
You may not need to change JAVA_HOME if it's already set in your environment.
You can omit this list if the application domain already exists.
Here is an example of an input file where the resources have not been set up for the application domain and host in Oracle Access Manager:
<?xml version="1.0" encoding="UTF-8"?> <OAM11GRegRequest> <serverAddress>http://oamserver.us.mycompany.com:7001</serverAddress> <hostIdentifier>myserver-1234</hostIdentifier> <agentName>myserver-1234-webgate</agentName> <applicationDomain>Information Discovery Studio</applicationDomain> <protectedResourcesList> <resource>/eid</resource> <resource>/eid/.../*</resource> </protectedResourcesList> <publicResourcesList> <resource>/public/index.html</resource> </publicResourcesList> <excludedResourcesList> <resource>/excluded/index.html</resource> </excludedResourcesList> </OAM11GRegRequest>
In this example, the resources have already been set up in Oracle Access Manager:
<?xml version="1.0" encoding="UTF-8"?> <OAM11GRegRequest> <serverAddress>http://oamserver.us.mycompany.com:7001</serverAddress> <hostIdentifier>myserver-1234</hostIdentifier> <agentName>myserver-1234-webgate</agentName> <applicationDomain>Information Discovery Studio</applicationDomain> </OAM11GRegRequest>
In the input file, the parameter values are:
| Parameter Name | Description |
|---|---|
| serverAddress | The full address
(http://host:port)
of the Oracle Access Manager administrative server.
The port is usually 7001. |
| hostIdentifier | The host identifier string for your
host.
If you already created a host identifier in the Oracle Access Manager console, use its name here. |
| agentName | A unique name for the new Webgate
agent.
Make sure it doesn't conflict with any existing agents in the application domain. |
| applicationDomain | A new or existing application domain
to add this agent into.
Each application domain may have multiple agents. An application domain associates multiple agents with the same authentication and authorization policies. |
./bin/oamreg.sh inband input/inputFileName
or
.\bin\oamreg.bat inband input\inputFileName
For example:
bin\oamreg.bat inband input\my-webgate-input.xml
When the process is complete, you'll see the following message:
Inband registration process completed successfully! Output artifacts are created in the output folder.
It should forward you to the SSO login form.
Check the OAM console to confirm that the Webgate is installed and has the correct settings.
Oracle Endeca Information Discovery Studio: Studio Administration and Customization Guide · Version 3.1.0 Rev. A · December 2013
Copyright © 2003, 2013, Oracle and/or its affiliates. All rights reserved.
