# # Copyrights : CNRS # Author : Oleg Lodygensky # Acknowledgment : XtremWeb-HEP is based on XtremWeb 1.8.0 by inria : http://www.xtremweb.net/ # Web : http://www.xtremweb-hep.org # # This file is part of XtremWeb-HEP. # # XtremWeb-HEP is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # XtremWeb-HEP is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with XtremWeb-HEP. If not, see . # # # 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