0% found this document useful (0 votes)
80 views

5.creating and Configuring Webgate

1. The document provides steps to create and configure a Webgate instance on Oracle HTTP Server (OHS) and register it with Oracle Access Manager (OAM). 2. It includes commands to deploy the Webgate, edit the OHS configuration, start the required servers, and register the Webgate with OAM by providing registration details in the OAM console. 3. Key details like the Webgate name, base URL, host identifier, and a public resource are specified during registration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views

5.creating and Configuring Webgate

1. The document provides steps to create and configure a Webgate instance on Oracle HTTP Server (OHS) and register it with Oracle Access Manager (OAM). 2. It includes commands to deploy the Webgate, edit the OHS configuration, start the required servers, and register the Webgate with OAM by providing registration details in the OAM console. 3. Key details like the Webgate name, base URL, host identifier, and a public resource are specified during registration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Creating and Configuring Webgate:

nohup ./startComponent.sh ohs1 &

tail -f nohup.out

1. cd /home/oracle/app/oracle/oam12c_installation/webgate/ohs/tools/deployWebGate

2. ./deployWebGateInstance.sh -w \

3.> /home/oracle/app/oracle/oam12c_installation/user_projects/domains/base_domain/config/
fmwconfig/components/OHS/ohs3 \

5. > -oh /home/oracle/app/oracle/oam12c_installation/

Copying files from WebGate Oracle Home to WebGate Instancedir

6. ls -lart /home/oracle/app/oracle/oam12c_installation/user_projects/domains/base_domain/
config/fmwconfig/components/OHS/ohs3/webgate/

7. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/oracle/app/oracle/oam12c_installation/lib

8. cd /home/oracle/app/oracle/oam12c_installation/webgate/ohs/tools/setup/InstallTools

9. ./EditHttpConf -w /home/oracle/app/oracle/oam12c_installation/user_projects/domains/
base_domain/config/fmwconfig/components/OHS/ohs3 \
10. > -oh /home/oracle/app/oracle/oam12c_installation/

11 . Start WebLogic:

cd /home/oracle/app/oracle/oam12c_installation/user_projects/domains/base1_domain/bin

ls

./startWebLogic.sh http://localhost.localdomain:7001/console

./startNodeManager.sh http://localhost.localdomain:7001/em

./startComponent.sh ohs1 http://localhost.localdomain:7777

starting OAM console : http://localhost.localdomain:7001/oamconsole


1. WebLogic Server : http://localhost.localdomain:7001/console

2. Fusion Middleware Control 12c:


http://localhost.localdomain:7001/em
3. OAM console: http://localhost.localdomain:7001/oamconsole
Register WebGate with OAM:

1. Launch a browser and access the OAM Console


at http://localhost.localdomain:7001/oamconsole and login
with weblogic/Welcome1.
2. Click SSO Agent Registration in the Quick Start Wizards pane.
3. Select Agent Type: Webgate and click Next.
4. On the Configure WebGate page enter details as follows, and then
click Finish:

Property Name Value

Name webgate_7777

Base URL http://localhost.localdomain:7777

Host Identifier webgate_7777

Security Open

Auto Create
Selected
Policies

Public Resource
Click Add and specify the Relative URI as /public/index.html
List
5. Click Download and save the webgate_7777.zip to /stage

6. In a terminal window, run the following commands to copy the WebGate


files:
 Starting servers

1. Start the weblogic ./startweblogic.sh


2. Start the nodemanager ./nodemanager.sh
:

You might also like