Integrating Oracle HTTP server with WebLogic 11g/12c
Integrating Oracle HTTP server with WebLogic 11g This post continues a series of learning OHS 11g installation and configurations. You can visit our previous blog posts for the following steps: Step 1: Install WebLogic 10.3.6.0 on Vagrant Ubuntu [Done!] Step 2: Install Oracle HTTP server Step 3: Edit mod_wl_ohs.conf which is located at /home/pavanbsd/ohs/Middleware/Oracle_WT1/instances/instance1/config/OHS/ohs1 Here I want to access the WebLogic admin console through OHS server proxy plugin. So I had given Adminserver details in mod_wl_ohs.conf file as shown the below. LoadModule weblogic_module "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so" WebLogicHost myweb1.vybhavatechnologies.com WebLogicPort 7001 # Admin Server and EM SetHandler weblogic-handler WebLogicHost myweb1.vybhavatechnologies.com WeblogicPort 7001 SetHandler weblogic-handler WebLogicHost myweb1.vybhavatechnologies.com WeblogicPort 7001 SetHandler weblogic-handler WebLogicHost myweb1.vyb...