
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
Configure Virtual Hosts
In order for Portal to work with the load balancer two virtual hosts need to be
created.
Create a file called virtual_hosts.conf in
ORACLE_INSTANCE/config/OHS/ohs1/moduleconf
Add the following entries to the file:
NameVirtualHost *:7778
<VirtualHost *:7778>
ServerName https://myPortal.mycompany.com:443
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
<VirtualHost *:7778>
ServerName apphost1.mycompany.com:7777
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
Configure Web Cache
Log into the Enterprise Manager Administration Console
Log into the Enterprise Manager Console using the URL:
http://apphost1.mycompany.com:7001/em
Default User Name and Password are the same as the domain username and password entered
during the installation.
Create Site
In the Navigator window, expand the Web Tier tree.
Click on the component wc1
From the drop down list at the top of the page select Administration - Sites
34
Komentáře k této Příručce