Oracle Forms 12c Configuration Files Location
Oracle Forms 12c Configuration Files Location
Titleimage
Posted by Patrick Hamou on 2016:08:23 17:23:41
Oracle Forms 12c Configuration Files Location
After the installation and successful configuration of Oracle Forms 12c, you need to configure many things using configuration files like default.env, formsweb.cfg, base.htm etc. So in this post I am providing below the list of Oracle Forms 12c configuration files and their location information in Unix, Linux and Windows.
Oracle Forms Configuration Files
These configuration files are used to specify form's parameter:
- default.env
- formsweb.cfg
- ftrace.cfg
Location of default.env in Unix and Linux:
DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config
Location of default.env in Windows (just the difference of forward slash and back slash):
DOMAIN_HOME\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config
Location of formsweb.cfg in Unix and Linux:
DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config
Location of formsweb.cfg in Windows:
DOMAIN_HOME\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config
Location of ftrace.cfg in Unix and Linux:
DOMAIN_HOME/config/fmwconfig/components/FORMS/instances// server /ftrace.cfg
Location of ftrace.cfg in Windows:
DOMAIN_HOME\config\fmwconfig\components\FORMS\instances\FORMSInstanceName>\ server\ ftrace.cfg
Forms Java EE Application Deployment Descriptors
These files used to define the structure of the EAR files and to change the alias for Forms servlet and the Forms Listener servlet.
You can find the following files under this directory Unix, Linux or Windows (just change to back slash \):
DOMAIN_HOME/servers/WLS_FORMS/tmp/_WL_user/formsapp_12.2.1// APP-INF
/APP-INF
/APP-INF/lib
/APP-INF/lib/frmconfig.jar
/APP-INF/lib/frmconfigmbeans.jar
/META-INF
/META-INF/application.xml
/META-INF/jazn-data.xml
/META-INF/jps-config.xml
/META-INF/mbeans.xml
/META-INF/weblogic-application.xml
And the following files under this directory:
DOMAIN_HOME/servers/WLS_FORMS/tmp/_WL_user/formsapp_12.2.1//war/ WEB-INF
/WEB-INF
/WEB-INF/lib
/WEB-INF/lib/frmsrv.jar
/WEB-INF/web.xml
/WEB-INF/weblogic.xml
Oracle HTTP Listener Configuration File
forms.conf is the HTTP listener configuration file and can be found in Unix and Linux at:
DOMAIN_HOME/config/fmwconfig/components/OHS/instances/ /moduleconf
In Windows at:
DOMAIN_HOME\config\fmwconfig\components\OHS\instances\\moduleconf
baseHTML Template Files
Can be found in this directory in Unix/Linux:
DOMAIN_HOME/config/fmwconfig/components/FORMS/instances/ /server
Windows:
DOMAIN_HOME\config\fmwconfig\components\FORMS\instances\\ server
- base.htm
- basejpi.htm
- basesaa.txt
- base.jnlp
- basejpi_jnlp.htm
WebUtil Configuration Files and Template HTML Files
Default webutil and HTML templates files can be found in this directory in Unix/Linux:
DOMAIN_HOME/config/fmwconfig/components/FORMS/instances// server
In Windows:
DOMAIN_HOME\config\fmwconfig\components\FORMS\instances\\ server
Default webutil.cfg
Default webutilbase.htm
Default webutiljpi.htm
Default webutil.jnlp
Default webutilsaa.txt