1. Install OHS or Apache. Any web server in front of your application. 2. Do a reverse proxy of your application server with this webserver. For OHS as web server and Weblogic as application server please change below line in mod_wl_ohs.conf file. <Location /console> SetHandler weblogic-handler WebLogicHost server1 WeblogicPort 7001 </Location> This will forward /console from HTTP server to /console on WebLogic Server server1:7001. 3. Install Webgate on the server where web server is installed. 4. Deploy Webgate on the instance of webserver. Command is as below: ./deployWebGateInstance.sh –w /Oracle/Middleware/Oracle_WT1/instances/instance1/config/ohs1 –oh /Oracle/Middleware/Oracle_OAMWebGate1 5. Configure Webgate by running EditHttpdConf. ./EditHttpdConf –w /Oracle/Middleware/Oracle_WT1/instances/instace1/config/OHS/ohs1 –oh /Oracle/Middleware/Oracle_OAMWebGate1 –o webgate.conf If library pa
The views expressed on this blog are my own and do not necessarily reflect the views of my employer.