ORACLE APPS R12 - SOCKET to SERVLET conversion (vice-versa) Release R12
=========================================================
1) $INST_TOP/admin/scripts/adstpall.sh
2) To change value in context_file & execute.
For SOCKET MODE
===============
$FND_TOP/bin/txkrun.pl -script=ChangeFormsMode \
[-contextfile=] \
-mode=socket \
[-port=] \
-runautoconfig= \
-appspass=
For Servlet MODE
================
$FND_TOP/bin/txkrun.pl -script=ChangeFormsMode \
[-contextfile=] \
[-mode=servlet] \
-runautoconfig= \
-appspass=
3) $INST_TOP>/admin/scripts/adstrtal.sh
4) To Verify
$INST_TOP>/admin/scripts/adformsrvctl.sh status
&
For SOCKET MODE
===============
Log in to Oracle Applications and launch a Forms-based application.
Check whether the "mode" directive displayed in Sun Java Console when launching forms-based applications is set to socket.
For Servlet MODE
================
Log in to Oracle Applications and launch a Forms-based application.
Check whether the "mode" directive displayed in Sun Java Console when launching forms-based applications, is set to http,native
5) Direct Launch ( This will work only if "authentication" is set to "OFF" )
For SOCKET MODE
===============
For Servlet MODE
================
No comments:
Post a Comment