# $Id: formsweb.cfg,v 1.23 2002/01/25 06:51:41 oraforms Exp $
# -------------------------------------------------------
# formsweb.cfg - Forms Servlet default configuration file
# -------------------------------------------------------
# This file defines parameter values used by the FormsServlet (f90servlet)
# ********************************
# DEFAULT CONFIGURATIONS
# ********************************
#
# These are the default settings. Any of them may be overridden in the
# Named Configurations section. If they are not overridden, then the
# values here will be used.
# System Paremeters cannot be overridden in the URL. User Parameters can.
#
#
# SYSTEM PARAMETERS
# -----------------
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overriden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
#
baseHTML=basejpi.htm
baseHTMLjinitiator=basejpi.htm
baseHTMLjpi=basejpi.htm
baseHTMLie=basejpi.htm
HTMLdelimiter=%
#
# WorkingDirectory defaults to <oracle_home>/forms90 if unset.
#
workingDirectory=
envFile=default.env
#
# The next parameter specifies how to execute the Forms applet under
# Microsoft Internet Explorer 5.x. Put IE=native if you want the
# Forms applet to run in the browser's native JVM.
#
IE=native
#
# USER PARAMETERS
# ---------------
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
#
#
# 1) Runform arguments:
#
form=test.fmx
userid=
#
# These settings support running and debugging a form from the Builder:
#
otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
debug=no
buffer=no
debug_messages=no
array=no
query_only=no
quiet=yes
render=no
host=
port=
record=
tracegroup=
log=
term=
#
# 2) HTML page title, attributes for the BODY tag, and HTML to add before and
# after the form:
#
pageTitle=Oracle9iAS Forms Services
HTMLbodyAttrs=
HTMLbeforeForm=
HTMLafterForm=
#
# 3) Values for the Forms applet parameters:
#
serverURL=/forms90/l90servlet
codebase=/forms90/java
imageBase=DocumentBase
width=650
height=500
separateFrame=false
splashScreen=
background=
lookAndFeel=Oracle
colorScheme=teal
logo=
formsMessageListener=
recordFileName=
serverApp=default
#
# The following archive settings are for
# archive_jini - settings for JInitiator
# archive_ie - settings for IE native JVM
# archive - settings for all other cases (Java Plugin, Appletviewer, etc)
#
archive=frmall.jar,...,my_jar.jar
archive_ie=f90all.cab
archive=f90all.jar
#
# Number of times client should retry if a network failure occurs. Only
# change after having read the documentation.
#
networkRetries=0
#
# 4) Parameters for JInitiator (used with Windows clients)
#
#
# Page displayed to Netscape users to allow them to download JInitiator.
# If you create your own page, you should set this parameter to point to it.
#
jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
#
# Parameters related to the version of JInitiator.
#
jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
jinit_exename=jinit.exe#Version=1,3,1,9
jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
#
# 5) Parameters for the Java Plugin (used with non-Windows clients)
#
#
# Page displayed to users to allow them to download the JPI
# (NOTE: you should check this page and possibly change the settings)
#
jpi_download_page=https: / /
java.sun.com/j2se/1.5.0/download.html
#
# Parameters related to the version of the Java Plugin
#
jpi_classid = clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase = https: / / java sun.com. / jour / 1 .5,0 / jinstall-1_5-windows-i586 cabine.
jpi_mimetype = application / x-java-applet ; version = 1.4.2
#
# 6) EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
#
em_mode=0
#
# 6) OID Config parameters (for Single Sign-On)
#
oid_formsid=%OID_FORMSID%
oracle_home=D:\oracle_home1
# ********************************
# NAMED CONFIGURATIONS
# ********************************
#
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
#
#
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
#
[sepwin]
separateFrame=True
lookandfeel=Generic
#
# Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
# Forms applet will run under the browser's native JVM rather than
# using Oracle JInitiator.
#
[ienative]
IE=native
#
# Example 3: configuration forcing use of the Java Plugin in all cases
# (even if the client browser is on Windows)
#
[jpi]
baseHTMLJInitiator=basejpi.htm
baseHTMLie=basejpi.htm
#
# Example 4: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file)
#
[debug]
serverURL=/servlet/l90servlet/debug
[javaplugin]
baseHTMLJInitiator=basejpi.htm
jpi_download_page=http: / / www oracle.com. / technetwork/java/javase/downloads/index-jdk5-jsp-142662 html.
jpi_classid = clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93
jpi_codebase = https: / / java sun.com. / jour / 1 .5,0 / jinstall-1_5-windows-i586 cabine.
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
...
Partager