Oracle® Retail Warehouse Management System Implementation Guide Release 14.1 E58975-02 |
|
![]() Previous |
![]() Next |
The RWMS Enhanced Navigation web application requires few configurable parameters to run. These parameters are set up in a file called application.properties. This file should be available to the Weblogic server during startup, and hence, its path should be placed in the server startup list.
The following parameters - (i) forms.codebase.url, (ii) forms.server.url and (iii) forms.javascript.url - will be created automatically by installer from the forms server information provided during installation.
The following is the complete list and description of the parameters:
Table 5-1 Application Parameters
Parameter | Description |
---|---|
session.identifier.length |
Specifies the length of the alpha numeric session key generated by the system during login. A default value of 6 is used. The recommended value is 8. |
forms.codebase.url |
Path of the forms applet. e.g. http://[myhost]:[myport]/forms/java |
forms.server.url |
The fully qualified URL of the forms server. e.g. http://[myhost]:[myport]/forms/lservlet?ifcfs=http://[myhost]:[myport]/forms/frmservlet?config=myconfig&ifsessid=formsapp |
forms.javascript.source |
Path of the forms_ie.js file required by the forms runtime. e.g. http://[myhost]:[myport]//forms/frmjscript/forms_ie.js |
reports.url |
URL of the BI Publisher standalone installation. |
help.url |
URL of the help pages, which may be installed on a separate machine. |
default.locale |
Language code used in RWMS to translate the login page. The default value is en. |
dashboard.poll |
Dashboard database polling frequency, in milli-seconds. The default value is 40000. |
ajax.poll |
Ajax polling frequency for browser calls to the shared dashboard server model, in milli-seconds. The default value is 20000. |