Installing DP Web Modules
Dispatcher Phoenix Web offers optional Add-In modules for installation, similar to the Dispatcher Phoenix Desktop application. You can choose to install one or multiple optional Web Add-In modules from the Add-In Manager.
Install DP Web Add-Ins
Follow these steps to select and install DP Web Add-In Modules.
-
Open Add-In Manager.
-
Click on the Select Add-Ins From on the left side menu.
-
Type dpp-web in the search field on the top right corner to filter and show all DP Web Add-In modules.
-
Hold the Ctrl key and multi-select the Add-In modules that you would like to install.
-
This will install all selected Web Add-In modules, as well DP Web application packages onto your system.
DP Web Hosting Options
Dispatcher Phoenix Web supports and offers two different options for hosting the web application.
You can choose to host it on either Dispatcher Phoenix’s web server for self hosting or you can host it on IIS. Click on the following links to get detailed instructions on both hosting options.
Updating the Session Timeout for Dispatcher Phoenix Web
The default length of time before a session timeout for Dispatcher Phoenix Web can be configured. This requires configuring the timeout in a JSON file and in the IIS Manger. To configure the timeout length, do the following:
JSON File Configuration
-
Open Windows File Explorer
-
Navigate to
C:\Program Files\Konica Minolta\Dispatcher Phoenix Web
. -
Open the file
system.json
in an editor program, such as Notepad. -
Add following code at the end of “xmpp_server” section in the json file:
{ ,"session": { "timeout": 20 } }
-
Save the file and close the editor.
-
Restart IIS Web Server.
IIS Manager Configuration
- Open the the IIS Manager. Then, select Application Pools in the “Connections” Panel.
- From the list of the Application Pools, select the “DPWebPortalAppPool” option.
- In the “Actions” panel, under the “Edit Application Pool” section, select Advanced Settings…
- On the Advanced Settings window, for the Process Model, Change the Idle Timeout(minutes) to the same time as it is configured in the System.json file.
- Select the OK button.
- In the “Actions” panel, under the “Application Pool Tasks” section, Stop, then Start the DPWebPortalAppPool.
- In the “Actions” panel on the right, select the root IIS server and select Restart.