Checking Socket and Servlet Mode in EBS 11i/R12

 How to check whether the Oracle Forms server is running in servlet or socket mode ?



Oracle Applications Release 12
Note Oracle Application Release 12 is, by default, configured to run in servlet mode.
Use the following command:
$ grep connectMode FORMS_WEB_CONFIG_FILE
The current connection mode is reported:
connectMode=servlet
Alternatively, use the following command:
$ grep_frmConnectMode CONTEXT_FILE
The current connection mode is reported:
<forms_connect oa_var="s_frmConnectMode">servlet</forms_conr....

Oracle Applications Release 11
Note Oracle Application Release 11 is, by default, configured to run in socket mode.
Use the following command:
$ grep connectMode FORMS60_WEB_CONFIG_FILE
The current connection mode is reported:
connectMode=socket
Alternatively, use the following command:
$ grep socket CONTEXT_FILE
The current connection mode is reported:

<forms_connect oa_var="s_frmConnectMode">socket</forms_conr....


Checking the HTML Source [ from front end ]  : 

Interview Question : How to check forms mode from front end ?

To do so with Internet Explorer, select View, and then Source.




Description of Figure A-1 follows


4 comments:

  1. Excellent one for oracle learners & for working professionals....
    Best Oracle Apps Technical Online Training

    ReplyDelete
  2. Really nice information about oracle applications.Everything is clearly mentioned and my time is saved.I am looking for this type of blog only.. Very nice blog
    Oracle all modules Online training

    ReplyDelete

Note: Only a member of this blog may post a comment.