
Oracle White Paper—Oracle Portal Enterprise Deployment Guide: 11.1.1.2
osso.conf ORACLE_INSTANCE/config/OHS/o
hs1
ORACLE_INSTANCE/config
/OHS/ohs1
sqlnet.ora ORACLE_INSTANCE/config/ ORACLE_INSTANCE/config
/
Configure Virtual Hosts
Edit the file ORACLE_INSTANCE/config/OHS/ohs1/moduleconf/virtual_hosts.conf on
APPHOST2
Remove the virtual Host entry for APPHOST1 and add one for APPHOST2 so that the file
looks like:
NameVirtualHost *:7778
<VirtualHost *:7778>
ServerName https://myPortal.mycompany.com:443
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
<VirtualHost *:7778>
ServerName apphost2.mycompany.com:7777
RewriteEngine On
RewriteOptions inherit
UseCanonicalName On
</VirtualHost>
Restart the Oracle HTTP Server using the commands:
ORACLE_HOME/opmn/bin/opmnctl stopall
ORACLE_HOME/opmn/bin/opmnctl startall
Create Portal Directories
Create the following directories on APPHOST2 to allow the storage of the Oracle Portal Cache:
ORACLE_INSTANCE/portal/cache
ORACLE_INSTANCE/diagnostics/logs/portal
52
Commenti su questo manuale