serverURL= ; 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:9b935470-ad4a-11d5-b63e-00c04faedb18 jinit_exename=jinit.exe#Version=1,1,8,16 jinit_mimetype=application/x-jinit-applet;version=1.1.8.16 ; The following two parameters only apply when using the Listener Servlet. ; WorkingDirectory defaults to /forms60 if unset. workingDirectory=/appl/oracle/product/dev6000i/forms60 envFile=default.env ; 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=/appl/b/oracle/product/dev6000i/forms60/server/base.htm baseHTMLJInitiator=/appl/b/oracle/product/dev6000i/forms60/server/basejini.htm HTMLdelimiter=% MetricsServerPort= 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=term=/appl/b/pinnacle/dev/frmweb.res ; 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=675 ; height=700 separateFrame=false splashScreen=no ; select default background by not specifying a value background= lookAndFeel= colorScheme=teal serverApp=default serverPort=9001 serverHost= connectMode=socket archive=f60web.jar archive_jini=f60all_jinit.jar archive_ie=f60all.cab ; ******************************** ; 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=" 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= [servlet] connectMode=http or https serverURL=http://glade.stortek.com:7777/servlet/oracle.forms.servlet.ListenerServlet