The URL to the Forms servlet, which is used to run the Form. The Application Server URL can point to a Forms Servlet on any machine, not necessarily the local machine. The Application Server URL can contain parameters also which can be used while running the Form.
Runtime parameters are appended to the Application Server URL. If this preference is blank, a default URL is generated when the user runs the Form. The default URL is of the form:
http://localmachine:port/forms/frmservlet.
where localmachine is your local machine
and port can be specified in the preferences file (cauprefs.ora) as forms.port
= xxx
. If this preference is not specified, the default port 80
is used.
Reset to Default sets the Application Server URL to the default URL that is generated when the user runs the Form. See example above.