Tools
Change the frequency that Web Help Desk checks emails
How to change the frequency that Web Help Desk checks incoming emails.
First published date
Last published date
Overview
Product section
Resolution
Apple and Linux
- Stop Web Help Desk
- Navigate to the conf directory.
Apple:Library/WebHelpDesk/conf
Linux:/WebHelpDesk/conf - Open the
whd.conffile in a text editor. - Enter the following parameter:
JAVA_OPTS="-DWHDDaemonInterval.EmailDaemon=n"
Wherenis the interval (in seconds) between checks for an incoming ticket email.
The default value is 60 seconds and the minimum value is 15 seconds. - Save and close the file.
- Restart Web Help Desk.
Microsoft Windows Server
- Stop Web Help Desk.
Right-clickwhd.stopand select Run as administrator. - Navigate to the following directory:
<WebHelpDesk>/bin/wrapper/conf - Open the
wrapper_template.conffile in a text editor. - Add the following line in the
# Java Additional Parameterssection, entering 18 as the next sequential number in the list, whichever is available.wrapper.java.additional.18=-DWHDDaemonInterval.EmailDaemon=n
Wherenis the interval (in seconds) between checks for an incoming ticket email.
The default value is 60 seconds and the minimum value is 15 seconds. - Save and close the file.
- Restart Web Help Desk.
Right-clickwhd.startand select Run as administrator.