|
我的: formsweb.cfg 文件也发一下:
; Forms Web CGI Configuration File
; --------------------------------
; This file defines parameter values used by the Forms Web CGI
; ********************************
; PARAMETER VALUES USED BY DEFAULT
; ********************************
; SYSTEM PARAMETERS
; -----------------
; These have fixed names and give information required by the Forms
; Web CGI in order to function. They cannot be specified in the URL query
; string. But they can be overriden in a named configuration (see below).
baseHTML=%FORMS60%\server\base.htm
baseHTMLJInitiator=%FORMS60%\server\basejini.htm
HTMLdelimiter=%
MetricsServerPort=9020
MetricsServerErrorURL=
; The next parameter specifies how to execute the Forms applet under
; Microsoft Internet Explorer 5.0. Put IE50=native if you want the
; Forms applet to run in the browser's native JVM.
IE50=JInitiator
; 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/ifcgi60.exe?form=myform&width=700"
; or by overriding them in a specific, named configuration (see below)
; 1) Runform arguments:
form=test.fmx
userid=
otherparams=
; 2) HTML page title, attributes for the BODY tag, and HTML to add before and
; after the form:
pageTitle=Oracle Forms Server
HTMLbodyAttrs=
HTMLbeforeForm=
HTMLafterForm=
; 3) Values for the Forms applet parameters:
width=800
height=600
separateFrame=false
splashScreen=no
; select default background by not specifying a value
background=
lookAndFeel=Oracle
colorScheme=teal
serverApp=default
serverPort=9000
serverHost=
connectMode=Socket
archive=f60web.jar
archive_jini=f60all_jinit.jar
archive_ie=f60all.cab
; 4) Parameters for JInitiator
; Page displayed to Netscape users to allow them to download JInitiator.
; If you create your own version, set this parameter to point to it.
jinit_download_page=/jinitiator/us/jinit_download.htm
; Parameters related to the version of JInitiator.
jinit_classid=clsid:7d0314a8-7851-11d4-a3e1-00c04fa32518
jinit_exename=jinit.exe#Version=1,1,7,31
jinit_mimetype=application/x-jinit-applet;version=1.1.7.31
; ********************************
; SPECIFIC 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/ifcgi60.exe?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.0.
; Forms applet will run under the browser's native JVM rather than
; using Oracle JInitiator.
[ie50native]
IE50=native
; Example 3: configuration forcing use of the base.htm base HTML file in all
; cases (means applet-style tags will always be generated and
; JInitiator will never be used).
[applet]
baseHTMLJInitiator=
[getclientinfo]
form=getclientinfo
archive_jini=f60all_jinit.jar, getclientinfo.jar |
|