Deployment Guide

18 Configuration Guide
run-service.conf
You may change some of the following parameters in <Device Server install dir>\conf\run-service.conf. These parameters
are automatically set at installation. To customize or make configuration changes to any Service:
1
Stop the Service.
2
Remove the Service.
3
Edit and save the
run-service.conf
file. We recommend that you track your changes in comments at the beginning of the
file.
4
Re-install the Service.
5
Start the Service.
run-service.conf
Parameter Default Description
JAVA_HOME Dell\Java Runtime\jreX.x Location of the Java installation directory.
wrapper.ntservice.name EpmDeviceSvr Name of the Service.
wrapper.ntservice.displayname Dell Device Server Display name of the Service.
wrapper.ntservice.description Enterprise Device Server Description of the Service.
wrapper.ntservice.dependency.1 Service dependencies. Add dependencies as
needed
, starting from 1.
wrapper.ntservice.starttype AUTO_START Mode in which the Service is installed:
AUTO_START or DEMAND_START.
wrapper.ntservice.interactive false A setting of true allows the Service to
interact with the desktop.
eserver.ciphers Sets the list of encryption ciphers. Each
cipher
should be separated by a comma. If
left empty, the socket will allow any
available cipher supported by Tomcat.
Uncomment the example below to set the
l
ist of encryption ciphers. Separate each
cipher with a comma. Refer to Sun’s JSSE
reference guide for the list of valid cipher
suite names.
#eserver.ciphers=
SSL_R
SA_WITH_RC4_128_MD5,SSL_RS
A_WITH_RC4_128_SHA,SSL_DHE_RSA
_WITH_3DES_EDE_CBC_SHA
eserver.properties
Parameter
Default Description