InterviewSolution
| 1. |
Where Is Appsweb.cfg Or Appsweb_$context.cfg Stored And Why Its Used ? |
|
Answer» This file is defined by environment variable FORMS60_WEB_CONFIG_FILE This is usually in DIRECTORY $OA_HTML/bin on forms tier. This file is used by any forms CLIENT SESSION. When a user try to access forms , f60webmx picks up this file and based on this configuration file creates a forms session to user/client. This file is defined by environment variable FORMS60_WEB_CONFIG_FILE This is usually in directory $OA_HTML/bin on forms tier. This file is used by any forms client session. When a user try to access forms , f60webmx picks up this file and based on this configuration file creates a forms session to user/client. |
|