# Simple Client Configuration File dispatcher.host: @DISPATCHERHOST@ # First set your login and password login:@DEFAULTUSER@ password:@DEFAULTPASSWORD@ #### client keystore # SSL requires a file to store the certificate provided by the XtremWeb Server # by default it uses the certificate bundled with the software # for now we're using the worker keystore path.certfile=@KEYDIR@/worker.keys #### log4j.rootLogger=warn, CONSOLE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.target=System.out log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout log4j.appender.CONSOLE.layout.ConversionPattern=%d{dd/MM/yy HH:mm} [%9c] (%t) %5p %m%n #do not change this unles you really know what you're doing # tcp port ServerPort: 4329