Wednesday, July 22, 2015

Path config file AS server 11g

Oracle Forms 11g Configuration Files
$DOMAIN_DIR -> D:\Oracle\Middleware\user_projects\domains\FormsReports
%ORACLE_HOME% -> D:\Oracle\Middleware
$ORACLE_INSTANCE -> D:\Oracle\Middleware\frinst


Servlet environment file
default.env => $DOMAIN_DIR\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config


Forms Services application configuration information
formsweb.cfg => $DOMAIN_DIR\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config


Java - Jar files copy handleimage.jar, myAppIcons.jar, jacob.jar
Java => %ORACLE_HOME%\as_1\forms\java
Java => D:\Oracle\Middleware\as_1\forms\java

copy jacob.dll -> %ORACLE_HOME%\as_1\forms\webutil
        -> D:\Oracle\Middleware\as_1\forms\webutil


Tnsname
tnsnames.ora => $ORACLE_INSTANCE\config\tnsnames.ora
tnsnames.ora => D:\Oracle\Middleware\frinst\config\tnsnames.ora


Config Port change 8888 to 80
httpd.conf => $ORACLE_INSTANCE\config\OHS\ohs1\httpd.conf
httpd.conf => D:\Oracle\Middleware\frinst\config\OHS\ohs1\httpd.conf

Config Port forms
forms.conf => $ORACLE_INSTANCE\config\OHS\ohs1\moduleconf\forms.conf

Report Config
rwserver.conf => $ORACLE_INSTANCE\config\ReportsServerComponent\$ReportServer\rwserver.conf
reports_ohs.conf => $ORACLE_INSTANCE\config\OHS\ohs1\moduleconf\reports_ohs.conf


Config visual path mappings (download)
httpd.conf => $ORACLE_INSTANCE\config\OHS\ohs1\httpd.conf
httpd.conf => D:\Oracle\Middleware\frinst\config\OHS\ohs1\httpd.conf


WEBUTIL Files: (upload)
webutil.cfg => $ORACLE_INSTANCE\config\FormsComponent\forms\server


Font
D:\Oracle\Middleware\frinst\config\FRComponent\frcommon\tools\COMMON\uifont.ali




Others.
Forms servlet aliases
web.xml => $DOMAIN_DIR\servers\WLS_FORMS\stage\formsapp\11.1.1\formsapp\WEB-INF\web.xml


configure Forms Trace
ftrace.cfg => $ORACLE_INSTANCE\config\FormsComponent\forms\server


webutilbase.htm; webutiljpi.htm => $ORACLE_INSTANCE\config\FormsComponent\forms\server

No comments:

Post a Comment

How to Create shell script to Start Database and Checking Table Space

 #dr_check_db_ERPGF.sh #!/bin/bash #run ./dr_check_db_ERPGF.sh | tee dr_ERPGF.out echo -e "\n" echo -e "+++++ Start Check Dat...