The configuration file must be compatible with the java.util.Properties
class. If the JXFSIniConfig parameter is not specified, the service will not
do the JXFS Device Manager initialization. The following is a sample Device
Manager Configuration File:
############################## Top of File ##################################
#MISC
# workstation name, it doesn't need to be the TCP/IP host name
workstation_name = 9.71.3.43
# the configuration key
config_key = aService
# remote: logfile used for J/XFS client logging
# local: logfile used for J/XFS client and server logging
# (use \\ as separator sign for Windows file names)
log_file_name = demo.log
# view program for logfile
viewprogram = notepad.exe
# path for images
imagepath = images
#SDM
# name of specific device manager (sdm)
# remote: com.jxfs.forum.communication.rmi.SpecificDeviceManagerRMI
# local: com.jxfs.forum.communication.local.SpecificDeviceManagerLOCAL
sdm_name = com.jxfs.forum.communication.rmi.SpecificDeviceManagerRMI
# count of additional parms of sdm
# local or remote with 1 server count=1
# remote with 2 server count=2
# remote with n server count=n
sdm_addparmcount = 1
# first parameter of sdm
# remote: <The port of the J/XFS server>;<The TCP/IP host name of the J/XFS server>
# local: path for Read.repository (use \\ as separator sign for Windows file names)
sdm_addparm_1 = 2006;9.71.3.43
############################# End of File ###################################