http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/oam-webgates-2147084.html
2. Install JDK ver 6.x or higher
3. Install Apache webgate
./runInstaller -jreLoc /u01/app/oracle/jdk/jrockit-jdk1.6.0_29-R28.2.2-4.1.0/
- dir apache: /u01/app/oracle/Oracle_OAMWebgate1/
4. Deploying the Apache (2.2.x) 11g WebGate Instance
note: Please note that i use Apache version 2.2 (i have tried with Apache version 2.4.x but can not starting Webserver).
To deploy the WebGate instance, do the following:
-
Go to the
/u01/app/oracle/Oracle_OAMWebgate1/webgate/apache/tools/deployWebGate/
directory by running the following command:
cd /u01/app/oracle/Oracle_OAMWebgate1/webgate/apache/tools/deployWebGate/
-
Run the following command:
./deployWebGateInstance.sh -w /u01/app/apache1/ -oh /u01/app/oracle/Oracle_OAMWebgate1/ -ws apache
export LD_LIBRARY_PATH=/u01/app/oracle/Oracle_OAMWebgate1/webgate/apache/lib/
cd /u01/app/oracle/Oracle_OAMWebgate1/webgate/apache/tools/setup/InstallTools
./EditHttpConf -f /u01/app/apache1/conf/httpd.conf -oh /u01/app/oracle/Oracle_OAMWebgate1/ -w /u01/app/apache1/ -ws apache
5. Create Apache Agent SSO on OAM
Copy ObAccessClient.xml and cwallet.sso from OAM to webgate directory /u01/app/apache1/webgate/config/
6. Stop/start Apache.