Configuring Oracle HTTP Server for WebCenter Portal

After you install and configure Oracle HTTP Server, you will then configure the Oracle HTTP server for WebCenter Portal.

Use the following example to configure mod_wl_ohs.conf. Verify that WebLogic port numbers match your configuration.

# WebCenter Portal
<Location /webcenter>
    SetHandler weblogic-handler
    WeblogicHost   webcenter.example.com
    WeblogicPort  8888
</Location>

After you edit the mod_wl_ohs.conf file, restart the HTTP server from MW_Home/instance/instance1/bin folder:

>./opmnctl startall

Now you can access WebCenter Portal using the HTTP port; for example,

http://myserver.com:7777/webcenter