which java class is called at first when a client connects to form server in Oracle apps r12.2 ??
When I clicked on form function URL in EBS homepage, a JNLP file gets downloaded. I opened this JNLP file and checked the main class to see which java class would be called first while making connection to the form server. When I found inside frmservlet.JNPL file is below -
<applet-descname="Oracle Forms"main-class="oracle.apps.fnd.formsClient.jnlp.FndFormsEngine"height="1"width="1">Here the main class is showing "oracle.apps.fnd.formsClient.jnlp.FndFormsEngine" while in many MOS Doc what I found is "The oracle.forms.engine.Main class is called to start the Forms applet".
DOC id - KB509561