Default Forms connection mode in Oracle Applications R12 is “SERVLET” where as in Oracle Apps 11i default form connect mode is “SOCKET” So
What is difference between socket and servlet mode in Forms ?
What are advantages and disadvantages of each ?
Can we change default R12 forms mode from servlet to Socket ?
Oracle Form Servlet Overview in apps R12
——————————————
i) In this mode, Java servlet handles communication between forms client(java based) and Oracle Forms Service (10g).
ii) All connection is via HTTP Server so there is no need to start form server and no need to open form server port on firewall between client machine and application tier.
iii) More secure as compared to Forms Socket Mode.
iv) Network traffic is more as HTTP protocol is more chatty so little bit network bandwidth hungry when compared with SOCKET mode
v) No additional certificate requirement during SSL implementation for application tier, single certificate will handle both forms & web connection.
How to change from default Servlet mode (in apps R12) to Socket mode ?
———————————————————————
Refer to Oracle Metalink Note # 384241.1 Using Forms Socket Mode with Oracle E-Business Suite Release 12
Are there any network overheads of using Forms in Servlet Mode ?
—————————————————————-
Metalink Note # 311091.1 Understanding the Network Overhead Of Forms Servlet Listener Architecture Compared to Forms Server, covers some interesting points w.r.t. network traffic
Advantage & Disadvantages of Forms Servlet Mode
———————————————————-
– Simple SSL Configuration (as no separate ssl configuration is required for Forms as connections are via web/http server)
– No port need to open to access forms in firewall
– More secure method of deployment over Internet
– Result in more network traffic because of HTTP is more chatty than socket (dedicated) so not preferred in WAN implementation.
Related Doc
—————-
Oracle Forms Listener Servlet for deployment of Forms on Internet
.
Question to readers ….
How will you identify if you are using Forms in Socket or Servlet mode in Oracle Applications 11i or R12 ? (leave your comments )
Related Posts for Apps R12
- Oracle Apps R12 Forms : Servlet or Socket
- Release Update Pack for Oracle Applications R12
- Difference between Oracle Apps 11i and R12 (Technical)
- Unified APPL_TOP : Changed Feature in Oracle Apps R12
- Oracle R12/12i log file (Patch, Clone, Startup/Shutdown)
- Upgrade Oracle Apps 11i to R12/12i (12.0.4) - Key Points
- Oracle Apps Release 12.1 , Guess official release date ?
- Oracle 12.0.6 R12 RUP6 is Out now
- Application Tier Services in Oracle Apps R12
Popularity: 15% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
17 users commented in " Oracle Apps R12 Forms : Servlet or Socket "
Follow-up comment rss or Leave a TrackbackFrom Java Console,we can able to identify while we are logging in EBS Applications.
Regards, Velu
Thanks Velu, Still want to hear from other users, which files can confirm that forms are in Socket or Servlet mode
In the context file, unde OA variable, ‘frmConnectMode’? - Thanks, Vanitha.
In the context file, unde OA variable, ‘frmConnectMode’? - Thanks, Vanitha.
Thanks Vanitha
Atul, Would be helpful, if you confirm if the reply was correct. -Thanks, Vanitha Sivakumar.
Vanitha,
In xml file parameter is
s_forms_servlet_serverurl If value is blank that means this is not servlet else if value is “/forms/formservlet” this indicates forms servlet.
You can find out the form are in Socket or Servlet mode in form configuration file it is in $COMMON_TOP/html/bin and the file name is “appsweb_SID_hostname.cfg”.
Thanks
Ravindra.
Thanks Ravindar Yes you are right.
If serverURL is set to /forms/formservlet then its Servlet Mode (serverURL=/forms/formservlet)
else if blank its socket (serverURL=)
Refer Metalink Note.438652.1,it has detailed steps required to find out the mode in which forms function (i.e socket or servlet )
Hi,
We have R12 Oracle application using socket mode ..and i just want to find out who is accessing which form with the username using sql script.
Regards
Balu
select * from v$session where action like ‘FRM%’
select * from v$session where action like ‘FRM%’
what is the instance node architecture in apps 11i? please mail me…………
[…] By default, R12 uses Forms Servlet Architecturefor forms requests (to know more about Forms Servlet click here ); which uses J2EE container (JVM) in 10.1.3 ORACLE_HOME . This means one HTTP Server […]
[…] fulfilled by Web Server and you don’t run form server) - To check more on this check my post Forms Listener & Forms Servlet Listener 4. OC4J Oracle Container for Java (only in R12 and not in 11i) 5. […]
Dear Athul,
I am new to oracle forms. We are working on already deployed form application. How to forms on application server?
I need to update one fmb. Will it work if we simply override the old one.
I think i need to redeploy entire thing. Plz help me on this fmb update in deployed application.
OS is SUSE Linux
Thanks in advance
Sridhar
Leave A Reply