# # 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 . # SHELL=/bin/sh ###################################################### ## XWHEP building and installing configuration file ## ###################################################### # Definition of the user to run the middleware # Server and worker run under this account # # Default: xwhep # # # Linux and Mac OS X : # - installer automatically installs this account # - uninstaller automatically uninstalls this account # # Win32 : # - not used ============================================================ #system.user= # Definition of the administrator of your XWHEP plateform ============================================================ xtremweb.admin.login=*** MUST BE FILLED xtremweb.admin.password=*** MUST BE FILLED xtremweb.admin.email= xtremweb.admin.fname= xtremweb.admin.lname= # Definition of the user to run workers of the plateform ======================================================== xtremweb.worker.login=*** MUST BE FILLED xtremweb.worker.password=*** MUST BE FILLED xtremweb.worker.email= xtremweb.worker.fname= xtremweb.worker.lname= # host running XWHEP server ============================== dispatcher.servers=*** MUST BE FILLED # URL where to install XWHEP binary ============================== # If the URL contains a path, it will be used as is # launcher.url=http://myServer/xtremweb.jar # If the URL does not contain any path, like this : # launcher.url=http://myServer # The URL will finally be : # launcher.url=http://myServer/XWHEP/download/xtremweb.jar # Hence, it is the user responsability to prepare XWHEP/download/xtremweb.jar # on its server #launcher.url=http://localhost # Data server # Default : ${dispatcher.servers} ============================== #data.servers=localhost #Database information ===================== # Database system name (mysql is default) and its host db.system=mysql db.host=*** MUST BE FILLED # database engine is a guru parameter # If you don't understand, don't use # ;) #db.engine=MEMORY # Database adminitrator and his password, if any # used to create xtremweb db user and database db.su.login=*** MUST BE FILLED #db.su.password= # XWHEP database name db.name=xtremweb # XWHEP Directories ====================== # # The installation directory # xwhep-$VERSION is appended # e.g. install.dir=/opt # then dest dir will be : /opt/xwhep-$VERSION # (e.g. /opt/xwhep-7.0.0) # # ************************************************************************* # * RPM : a very important note * # * You must keep in mind that RPM will try to install the package in * # * /opt/xwhep-$VERSION (e.g /opt/xwhep-1.5.0) * # * Then you should leave install.dir=/opt * # * Otherwise the generated RPM will not work * # * (except if you modify "rpm/*.spec" accordingly) * # * * # * If you don't expect to use RPM, you can freely choose any other path * # * * # * The final path will be install.dir/xwhep-$VERSION * # ************************************************************************* # install.dir=/opt #The dirrectory where the xtremweb php interface will be installed install.www.dir=*** MUST BE FILLED # XtremWeb ganglia # Set the next variable to your ganglia web front end root directory # e.g. : ganglia.www.dir=/var/www/ganglia ====================== #ganglia.www.dir= # Security stuff ================ # password to generate server key # this must not be enclosed in " nor in ' xw.server.keypassword=*** MUST BE FILLED # password to generate worker key # this must not be enclosed in " nor in ' xw.worker.keypassword=*** MUST BE FILLED # password to generate client key # this must not be enclosed in " nor in ' xw.client.keypassword=*** MUST BE FILLED # pass sentence to generate keys/passwords # this must not be enclosed in " nor in ' xw.keypassphrase=*** MUST BE FILLED ###################### # MORE BUILD OPTIONS # ###################### # Xtremweb Webmaster informations # These will be inserted in PHP pages so that user can contact you # # By default, the admintrator info defined bellow is used # #webmaster.name= #webmaster.address= # XWHEP db user (used by xtremweb server to communicate with the db # # By default, the xtremweb.admin.login and xtremwen.admin.password are used # #db.user.login=xtremweb #db.user.password=9ba89dd40da505574ca18f37b # # This sets the debugging compiler flag # Default is "on"; may be set to "off" # debug=on # # This defines the debugging compiler level # lines, vars or source # debuglevel=lines,vars,source # # This sets the logger level # Possible values : # - debug # - info # - warn # - error # logger.level=info # # all the following are not used any more # # Uncomment the following properties to # compile a windows version from linux #target.os=Windows NT # prefix of mingw if we are cross-compiling #cross.prefix=/usr/bin/i586-mingw32msvc- #cross.java.home= remote installation rinstall.host=irlin2 rinstall.login=demo_ra rinstall.password=demo_ra rinstall.prefix=XWHEP/slash/xtremweb #option to process the idl files xwidl.opts="-verbose -headers -interface -java -rmi -comm -handler -file " # SMTP host (this MUST be double quoted!) smtp.host="localhost" ########################### # SONAR (http://www.sonarsource.org/) ########################### sonar.host.url=http://localhost:9000 sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar sonar.jdbc.username=sonar sonar.jdbc.password=sonar