Deploy the Webgate to the webserver
cd <FMW_HOME>/OAMWebGate11gR2/webgate/ohs/tools/deployWebGate
./deployWebGateInstance.sh -oh <FMW_HOME>/OAMWebGate11gR2/ -w <FMW_HOME>/Oracle_WT1/instances/ohs_webgate11gR2/config/OHS/ohs1/
Modify the webserver configuration file or httpd.conf file
cd <FMW_HOME>/Oracle_OAMWebGate11gR2/webgate/ohs/tools/setup/InstallTools
export LD_LIBRARY_PATH=/app/Weblogic/FMW/Oracle_WT1/lib
export PATH=$LD_LIBRARY_PATH:$PATH
to check if required libraries are present use
ldd EditHttpConf => if you got all the required libraries path you can run below command otherwise make sure you have correct libraries path
./EditHttpConf -oh <FMW_HOME>/Oracle_OAMWebGate11gR2/ -w <FMW_HOME>/Oracle_WT1/instances/ohs_webgate11gR2/config/OHS/ohs1
No comments:
Post a Comment