Oracle® Retail Warehouse Management System Implementation Guide Release 15.0 E68108-01 |
|
![]() 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 are created automatically by the installer from the forms server information provided during installation:
forms.codebase.url
forms.server.url
forms.javascript.url.
Table 5-1 provides the complete list and description of the parameters.
Table 5-1 Application Parameters
Parameter | Description |
---|---|
ajax.poll |
Ajax polling frequency for browser calls to the shared dashboard server model, in milliseconds. The default value is 20000. |
batch.timeout |
Batch script timeout before server thread is terminated. A -1 means will run indefinitely. Defaults value is -1. |
busy.delay.mobile |
Specifies the time in milliseconds before a wait icon appears. Defaults to 2500 |
dashboard.poll |
Dashboard database polling frequency, in milliseconds. The default value is 40000. |
dashboard.poll.delay |
Dashboard database polling delay of first request, in milliseconds. Default value is 10000. |
dashboard.poll.idle.interval |
Dashboard database polling frequency in idle mode, in milliseconds. |
default.locale |
Language code used in RWMS to translate the login page. The default value is en. |
forms.codebase.url |
Path of the forms proxy applet. For example, forms/java |
forms.javascript.source |
Path of the forms_ie.js file required by the forms runtime. For example, http://[myhost]:[myport]//forms/frmjscript/forms_ie.js |
forms.redirect.url |
Path of the forms applet. For example, http://[myhost]:[myport]/forms/java |
forms.server.url |
The URL of the forms server. For example, /forms/lservlet?ifcfs=/forms/frmservlet?config=myconfig&ifsessid=formsapp |
global.app.version |
Specifies the application version number. For example, 15.0.0.0 |
help.url |
URL of the help pages, which may be installed on a separate machine. |
reports.url |
URL of the BI Publisher standalone installation. |
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. |