0% found this document useful (0 votes)
104 views2 pages

FRM Serv Let

This document is a JNLP (Java Network Launching Protocol) file that defines an Oracle Forms Services application with the following key details: - It launches the Oracle Forms applet with the WebUtil applet launcher to access an Oracle Forms application hosted on siga3.uqam.ca. - The application's title is "Oracle Forms Services" and is provided by Oracle Corporation. - It specifies security permissions to allow all permissions and to always check for updates.

Uploaded by

aasd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views2 pages

FRM Serv Let

This document is a JNLP (Java Network Launching Protocol) file that defines an Oracle Forms Services application with the following key details: - It launches the Oracle Forms applet with the WebUtil applet launcher to access an Oracle Forms application hosted on siga3.uqam.ca. - The application's title is "Oracle Forms Services" and is provided by Oracle Corporation. - It specifies security permissions to allow all permissions and to always check for updates.

Uploaded by

aasd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<?xml version="1.0" encoding="UTF-8"?

>
<jnlp spec="1.0"
xmlns:jfx="http://javafx.com"
codebase="https://www.siga3.uqam.ca/forms">
<information>
<title>Oracle Forms Services</title>
<vendor>Oracle Corporation</vendor>
<homepage href="http://www.oracle.com"/>
<description>Oracle Forms Services with WebUtil applet
launcher.</description>
<description kind="short">Oracle Forms Applet with WebUtil</description>
</information>
<security>
<all-permissions/>
</security>
<update check="always" policy="prompt-run"/>
<resources>
<!-- Application Resources -->
<j2se version="1.8+" href="http://java.sun.com/products/autodl/j2se"/>
<jfx:javafx-runtime version="2.2+"/>
<jar href="/forms/java/frmall.jar" download="eager" main="true" />
<jar href="/forms/java/frmwebutil.jar" download="lazy" main="false" />
<extension name="Extensions" href="/forms/java/extensions.jnlp"/>
</resources>
<applet-desc
name="Oracle Forms"
main-class="oracle.forms.engine.Main"
height="1"
width="1">
<param name="serverURL" value="/forms/lservlet?ifcfs=/forms//frmservlet?
config=siga&#38;form=menucas_z.fmx&#38;otherparams=ticket=ST-78280-
EG7kmvYKfsbUCtsdZaDF-cas&#38;ifsessid=&#38;acceptLanguage=en-ca"/>
<param name="height" value="780"/>
<param name="width" value="1070"/>
<param name="networkRetries" value="30"/>
<param name="separateFrame" value="true"/>
<param name="splashScreen" value="no"/>
<param name="background" value="NO"/>
<param name="lookAndFeel" value="Oracle"/>
<param name="colorScheme" value="Swan"/>
<param name="customColorScheme" value=""/>
<param name="serverApp" value=""/>
<param name="logo" value=""/>
<param name="imageBase" value="codebase"/>
<param name="formsMessageListener" value=""/>
<param name="recordFileName" value=""/>
<param name="EndUserMonitoringEnabled" value="false"/>
<param name="EndUserMonitoringURL" value=""/>
<param name="heartBeat" value="2"/>
<param name="MaxEventWait" value=""/>
<param name="allowAlertClipboard" value="true"/>
<param name="disableValidateClipboard" value="false"/>
<param name="enableJavascriptEvent" value="true"/>
<param name="digitSubstitution" value="context"/>
<param name="legacy_lifecycle" value="false"/>
<param name="JavaScriptBlocksHeartBeat" value="false"/>
<param name="highContrast" value="false"/>
<param name="disableMDIScrollbars" value=""/>
<param name="clientDPI" value=""/>
<param name="applet_stop_timeout" value="800"/>
<param name="guiMode" value="0"/>
<param name="idleTimeout" value=""/>
<param name="ssoLogoutRedirect" value=""/>
<param name="ssoMode" value="false"/>
<param name="ssoLogout" value="false"/>
<param name="logoutTargetURLParamname" value=""/>
<param name="mediaBase" value="codebase"/>
<param name="webstartRequest" value="true"/>
<param name="WebUtilLogging" value="off"/>
<param name="WebUtilLoggingDetail" value="normal"/>
<param name="WebUtilErrormode" value="Alert"/>
<param name="WebUtilDispatchMonitorInterval" value="5"/>
<param name="WebUtilTrustInternal" value="true"/>
<param name="WebUtilMaxTransferSize" value="16384"/>
<param name="useSDI" value="no"/>
<param name="webformsTitle" value="SIGA3 - v4.10-003 2018-02-02"/>
</applet-desc>
</jnlp>

You might also like