Installation Configuration Application Server Operating System
Install Oracle 9ias Enterprise Edition
1 Oracle 9i Application Server INFRASTRUCTRURE;
Among them: Oracle 9ias Infrastructure Instance Name: Ora9ias_IS; Password: Ora9ias
Installation directory: d: / ora9is
2 Oracle 9ias Application Server (Business Intelligence and Forms);
Among them: Oracle 9ias Instance Name: Ora9ias; Password: Ora9ias
Installation directory: d: / ora9ias
Installation application
New directory in D disk, directory name: apps, reptmp
Copy all developed .fmx, .mmx, .rdf, .rep to the apps directory.
Configure Oracle Form Server (Form Server)
NO.1 Modify the configuration file of Oracle Http Server: httpd.conf.
This file is usually in the D: / Ora9ias / Apache / Apache / Conf directory.
1. Find "
Alias / Apps / "D: / Apps /"
Alias / Web_code / "D: / Ora9ias / Forms90 / Java /"
2, add new Oracle HTTP Server listening port: 80
Find "Listen 4446" and add:
Listen 80
No.2 Restart Oracle HTTP Server:
Inside Oracle Enterprise Management Web Console
The address in the IE browser is generally: http: // xxxxx: 1810 /
Note: This address is related to the host name of the installation Oracle9IAS.
Username: IAS_ADMIN; Password: XXXXXX (password entered between users when installed ORA9IAS)
In the system component of Application Server: Ora9ias.xxxx, "HTTP Server" is selected, click the [Restart] button, and press the prompt.
Test Oracle Http Server: http: // xxxxx
No. 3 Opens the formSweb.cfg file below the D: / Ora9ias / Forms90 / Server directory, add the following: Add the following:
[apps]
Envfile = apps.env
Form = logon.fmx (Note: Here is the entrance program for your Form application)
NO.4 New Environment Files below D: / Ora9ias / Forms90 / Server directory: Apps.env. The content of this file is as follows:
Oracle_home = d: / ora9ias
Forms90_path = d: / ora9ias / forms90; d: / apps
Path = d: / ora9ias / bin; d: / ora9ias / jdk / jre / bin / server
Graphics60_path = d: / apps
Forms90_trace_path = d: / ora9ias / forms90 / server
Forms90 = d: / ora9ias / forms90
ClassPath = D: /ora9ias/jlib/debugger.jar; d: /ora9ias/jlib/ewt3.jar; d: /ora9ias/jlib/share.jar; d: /ora9ias/jlib/utj90.jar; d: / ora9ias /FORMS90/java/f90jdapi.jar
Reports_classpath = d: /ora9ias/jlib/zrclient.jar; d: /ora9ias/reports/jlib/rwrun.jar
NLS_LANG = Simplified Chinese_China.zHS16GBK
No.5 HKEY_LOCAL_MACHINE / ORACLE / HOME1 in the registry, add the following content:
Forms90_path d: / apps
Reports_path D: / apps
Reports_TMP D: / RePTMP
No.6 copy jinit1319.exe:
Copy the JINITIATOR directory below the apps directory, copy the jinit1319 .exe file to this directory;
NO.7 setup program's entry:
Create new index.htm, and modify the content, the modified content is as follows:
![]() TR> TABLE> center> div> |