Basic Configuration Parameters Single Sign-On Configuration Parameters

4-10 Forms Services Deployment Guide For optional parameters, the parameter description may show a non-null default value from the default section of the formsweb.cfg that is shipped with the Forms product. In addition, the parameter description may show the default value that is assumed if no value is specified. This is the non-null value that produces the same behavior as a null value. When the description for an optional parameter simply shows an unqualified default value, the implication is that this value is both the default value from the default section of the formsweb.cfg that is shipped with the Forms product, and also the default value that is assumed if no value is specified. When the description for an optional parameter does not explicitly specify a default value, the implication is that the default value is null. ■ Runform parameters: The descriptions for some parameters indicate that they are runform parameters. They are passed to the frmweb process using the serverArgs applet parameter. For such a parameter, the syntax rules documented in Section 3.3.4 must be adhered to when specifying a value that contains special characters. ■ Sub-arguments for otherparams: The descriptions for some parameters indicate that they are sub-arguments for otherparams. That means that in order for the parameter to take effect when specified in formsweb.cfg or the URL, it must appear in the form name=name within the value of the otherparams parameter. So, for example, if you are adding the parameter array with a value of no to a configuration section, you must also add array=array to the value of the otherparams parameter. Note that these parameters are all runform parameters since the otherparams parameter is itself a runform parameter, and so the syntax rules documented in Section 3.3.4 must be adhered to when specifying a value that contains special characters. This section includes: ■ Section 4.2.5.1, Basic Configuration Parameters ■ Section 4.2.5.2, Single Sign-On Configuration Parameters ■ Section 4.2.5.3, Trace Configuration Parameters ■ Section 4.2.5.4, Plug-in Configuration Parameters ■ Section 4.2.5.5, HTML Page Configuration Parameters ■ Section 4.2.5.6, Applet Configuration Parameters ■ Section 4.2.5.7, Advanced Configuration Parameters ■ Section 4.2.5.8, List of Parameters that Cannot be Specified in the URL

4.2.5.1 Basic Configuration Parameters

These basic parameters control the behavior of the Forms servlet. These parameters are described in Table 4–7 : Configuring and Managing Forms Services 4-11

4.2.5.2 Single Sign-On Configuration Parameters

Table 4–7 Basic Configuration Parameters Parameter Required Optional Parameter Value and Description envFile Required Specifies the name of the environment configuration file. Default value from formsweb.cfg is default.env. form Required Specifies the name of the top level Forms module fmx file to run. Default value from formsweb.cfg is test.fmx. This parameter is a runform parameter. height Required Specifies the height of the form applet, in pixels. Default value from formsweb.cfg is 600. userid Optional Login string. For example: scotttigerORADB. This parameter is a runform parameter. width Required Specifies the width of the form applet, in pixels. Default value from formsweb.cfg is 750. Table 4–8 Single Sign-On Configuration Parameters Parameter Required Optional Parameter Value and Description ssoCancelUrl Optional Specifies the Cancel URL for the dynamic resource creation DAS page. ssoDynamicResourceCr eate Optional Specifies whether dynamic resource creation is enabled if the resource is not yet created in the OID. Default value is true. ssoErrorUrl Optional Specifies the URL to redirect to if ssoDynamicResourceCreate is set to false. ssoMode Optional Specifies whether the URL is protected in which case, mod_osso is given control for authentication or continue in the FormsServlet if not. Set it to true in an application-specific section to enable Single Sign-On for that application. Default value is false. ssoProxyConnect Optional Specifies whether session should operate in proxy user support or not. Set ssoProxyConnect to yes to enable for particular application. Default value is no. This parameter is a sub-argument for otherparams. 4-12 Forms Services Deployment Guide

4.2.5.3 Trace Configuration Parameters