2 manual configuration, 1 configure oracle http server and jserv, Section 1.2, "manual configuration – Oracle Audio Technologies Application 9i User Manual
Page 19: Section 1.2, 2 manual configuration
Manual Configuration
Overview
1-3
1.2 Manual Configuration
After installation, perform the manual configuration steps described in this section:
■
Section 1.2.1, "Configure Oracle HTTP Server and JServ"
■
Section 1.2.2, "Configure ProxyFirewall.properties"
■
Section 1.2.3, "Start the Oracle HTTP Server"
■
Section 1.2.4, "Wireless Edition Configuration Verification"
1.2.1 Configure Oracle HTTP Server and JServ
This section describes the configuration of the Oracle HTTP Server and JServ.
1.
Configure the httpd.conf file. The httpd.conf file is in the ORACLE_
HOME/Apache/Apache/conf directory.
a.
Create an alias for this release of the Personalization Portal. This is needed
so that the application server can find the
http://hostname/portal/Login.jsp URL. Include the following in the Alias
section:
Alias /portal/ "WE_HOME/server/portal/"
b.
To access a previous release of the Personalization Portal, in addition to this
release, create an alias. This allows the application server to find the
http://hostname/papz/login.jsp URL. Include the following in the Alias
section:
Alias /papz/ "WE_HOME/server/papz/"
c.
Create an alias for the Javadoc directory. Include the following in the Alias
section. This step is optional.
Alias /ptgdoc/ "WE_HOME/doc/javadoc/"
2.
Configure the jserv.conf file. The jserv.conf file is in the ORACLE_
HOME/Apache/Jserv/etc directory. In the ApJServMount section, add the
Wireless Edition specific mount point:
ApJServMount /ptg /root
3.
Configure the jserv.properties file. The jserv.properties file is in the ORACLE_
HOME/Apache/Jserv/etc directory.