#################################################################################
# System Properties file for TaskSpaces system.                                 #
# Please follow instructions carefully to ensure that TaskSpaces runs properly. #
#################################################################################

########################################################################
# URLs for system resources.                                           #
# Setup is as follows: system files, xml files, application files.     #
# note: replace hans-de-stercks-computer.local/~desterck/distrJul2006/ #
#   by the URL of the webserver where you put the files that need to   #
#   be accessible to your TaskSpaces system                            #
########################################################################
resources = hans-de-stercks-computer.local/~desterck/distrJul2006/,hans-de-stercks-computer.local/~desterck/distrJul2006/taskspaces/xml/xerces-2_6_2/xercesImpl.jar,hans-de-stercks-computer.local/~desterck/distrJul2006/taskspaces/applications/ilehh/,hans-de-stercks-computer.local/~desterck/distrJul2006/taskspaces/applications/HelixTester/,hans-de-stercks-computer.local/~desterck/distrJul2006/taskspaces/applications/HelloWorld/

###################################################
# Location of running spaces.                     #
# First is the Task Space, second is Result Space #
# note: replace hans-de-stercks-computer.local by #
#   the hostname or ip address of the machines on #
#   which you want to run the task and result     #
#   spaces; replace 8100 and 8101 by available    #
#   ports on those machines                       #
###################################################
spaces = hans-de-stercks-computer.local:8100,hans-de-stercks-computer.local:8101

###############################
# Location of the web server  #
###############################
codeserver = hans-de-stercks-computer.local

###########################################
# Run time of the system before shutdown. #
###########################################
maxTime = 1200000

###########################################
# Default port for spaces to startup on.  #
###########################################
space_port = 8100

################################################
# Default port for worker nodes to startup on. #
################################################
worker_port = 8080

###################################################
# Maximum tasks before node shuts down execution. #
###################################################
maximum_tasks = 10000

###################################################
# default: logging off                            #
###################################################
logs = off

