
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
The Web Tier needs certain files such as images and configuration information to be able to
display the Portal pages correctly. Copy the following directories from APPHOST1 to
WEBHOST2
APPHOST1 WEBHOST1
ORACLE_HOME/portal ORACLE_HOME/portal
ORACLE_INSTANCE/config/OHS/ohs1
/moduleconf
ORACLE_INSTANCE/config/OHS/http1
/moduleconf
ORACLE_INSTANCE/config/OHS/ohs1
/osso.conf
ORACLE_INSTANCE/config/OHS/http1
/osso.conf
Configure Virtual Hosts
On WEBHOST1 edit the file
ORACLE_INSTANCE/config/OHS/http1/moduleconf/virtual_hosts
Remove the Virtual Host entry for APPHOST1 and add an entry for WEBHOST1. The
resulting file should look like:
NameVirtualHost *:7778
<VirtualHost *:7778>
ServerName https://myPortal.mycompany.com:443
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
<VirtualHost *:7778>
ServerName webhost1.mycompany.com:7777
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
Configure Web Cache
70
Komentáře k této Příručce