| Oracle9i Application Server Installation Guide Release 1 (v1.0.2.2.2) for AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, and Linux Intel Part Number A95909-01 |
|
This appendix describes postinstallation configuration tasks for Oracle9iAS Wireless:
Oracle9iAS Wireless Web Integration Server provides services for applications to use to exchange data and information sources. The Web Integration Server is installed when you install Oracle9iAS Wireless.
|
See Also:
See Appendix B, "Installing Oracle9i Application Server Administrative and Development Client CD-ROM" for information on installing Oracle9iAS Wireless client. |
The following steps guide you through the configuration process of the Web Integration Server on HP 9000 Series HP-UX and Linux Intel:
From the $ORACLE_HOME/panama/WebIntergration/Server/bin directory, enter:
prompt> server.sh &
http://host_name.domain:5555
Administrator, and password manage (the default password).
Web Integration Server is not supported on Compaq Tru64 Unix. However, the Web Integration Server for Windows NT is supplied with this release on this platform. The following steps guide you through the configuration process of the Web Integration Server on Windows NT:
$ORACLE_HOME/panama/WebIntegration/Server/wis.zip file from the Compaq Tru64 machine (iAS installation machine) to the Windows NT server. Refer to the appropriate operating system documentation for your system for information on using the ftp command.
wis.zip file into a temporary directory.
setup.exe from the temporary directory and follow the installation instructions on screen.
From the ORACLE_HOME\panama\WebIntergration\Server\bin directory, enter:
prompt> server.bat
http:// windows_nt_host_name:5555
This section describes how to configure Oracle9iAS Wireless on HP 9000 Series HP-UX and Linux Intel:
httpd.conf file to create a Personalization Portal (papz) alias.
The httpd.conf file is located in the $ORACLE_HOME/Apache/Apache/conf directory.
Add the following lines at the end of the Alias section of the httpd.conf file:
# PTG Start Alias /papz/ "ORACLE_HOME/panama/server/papz/" Alias /portal/ "ORACLE_HOME/panama/server/portal/" Alias /cabo/ "ORACLE_HOME/panama/server/portal/cabo/" # PTG End
The papz alias is required for Oracle9iAS Application Server to find the following URL:
http://hostname/papz/login.jsp.
jserv.conf file.
The jserv.conf file is located in the $ORACLE_HOME/Apache/Jserv/etc directory.
In the ApJServMount section, add the Oracle9iAS Wireless specific mount point in the following format:
# PTG Start ApJServGroupMount /ptg balance://group1/root # PTG End
where:
jserv.properties file.
The jserv.properties file is located in the $ORACLE_HOME/Apache/Jserv/etc directory.
$ORACLE_HOME/Apache/jdk is JVM version 1.2.2.
wrapper.classpath entries as shown in the following example:
# PTG Start wrapper.classpath=ORACLE_HOME/panama/server/classes wrapper.classpath=ORACLE_HOME/panama/lib/panama.zip wrapper.classpath=ORACLE_HOME/panama/lib/panama_core.zip wrapper.classpath=ORACLE_HOME/panama/lib/panama_portal.zip wrapper.classpath=ORACLE_HOME/panama/lib/panama_papz.zip wrapper.classpath=ORACLE_HOME/panama/lib/client.zip wrapper.classpath=ORACLE_HOME/panama/lib/server.zip wrapper.classpath=ORACLE_HOME/panama/lib/caboshare-opt.zip wrapper.classpath=ORACLE_HOME/panama/lib/marlin-opt.zip wrapper.classpath=ORACLE_HOME/panama/lib/ocelot-opt.zip wrapper.classpath=ORACLE_HOME/panama/lib/share-opt-1_1_7.zip wrapper.classpath=ORACLE_HOME/panama/lib/tecate-opt.zip wrapper.classpath=ORACLE_HOME/panama/lib/regexp.jar wrapper.classpath=ORACLE_HOME/panama/lib/sax2.jar wrapper.classpath=ORACLE_HOME/panama/lib/activation.jar wrapper.classpath=ORACLE_HOME/panama/lib/mail.jar wrapper.classpath=ORACLE_HOME/panama/lib/ldap.jar wrapper.classpath=ORACLE_HOME/panama/lib/ldapbp.jar wrapper.classpath=ORACLE_HOME/panama/lib/providerutil.jar wrapper.classpath=ORACLE_HOME/panama/lib/sdoapi101.jar wrapper.classpath=ORACLE_HOME/panama/lib/sdovis.jar wrapper.classpath=ORACLE_HOME/panama/lib/RoutingJServerClient.jar wrapper.classpath=ORACLE_HOME/panama/lib/jai_codec.jar wrapper.classpath=ORACLE_HOME/panama/lib/jai_core.jar wrapper.classpath=ORACLE_HOME/panama/lib/jpeg_codec.jar wrapper.classpath=ORACLE_HOME/panama/lib/ordimimg.jar # PTG End
xhost +:
# PTG Start wrapper.env=DISPLAY=:0.0 # PTG End
# PTG Start wrapper.env=DISPLAY=ORACLE_HOME:0.0 # PTG End
zone.properties file.
The zone.properties file is located in the $ORACLE_HOME/Apache/Jserv/etc directory.
Perform the following steps:
# PTG Start repositories=ORACLE_HOME/Apache/Jserv/servlets,ORACLE_HOME/panama/server/portal,ORACLE_HOME/panama/server/papz # PTG End
# PTG Start servlets.startup=oracle.panama.ParmImpl # PTG End
# PTG Start servlet.rm.code=oracle.panama.ParmImpl # PTG End
To verify that individual Oracle9iAS Wireless components are properly configured:
http://host_name.domain:listener_port/papz/test.jsp
The text "Hello World" should appear on the screen.
http://host_name.domain:listener_port/portal/Login.jsp
The login page should appear. The Personalization Portal prompts you to enter a user name and a password. Log in using Administrator as the user name and manager as the password.
http://host_name.domain:listener_port/ptg/rm
|
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|