Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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