# Node Configuration for a BranDon middleware node # Port that node runs on PORT=9000 # Node's identification USERNAME=Node-0 # Local location of node directory SERVICES_DIR=/home/csee1/bwilson1/apache-tomcat-5.5.20/webapps/axis/Node-0 # receiver threshold RECEIVER_THRESHOLD=8 # admin password (not used) ADMIN_PASSWORD=password # Socket backlog (5 is max in most OSs) BACKLOG=5 # Directory where logs are written to SERVICE_LOG_DIR=logs-Node-0 # Maximum number of dynamic services that can be stored MAX_DYNAMIC=2 # Instead of deleting (in fear of actually deleting a service with a bug), just move it to this directory GRAVEYARD_DIR=graveyard-Node-0 # Port in which this node's corresponding tomcat server is running on AXIS_PORT=8080 # Address path in which this node's web services are AXIS_WEB_DIR=axis/Node-0/ # for example, from the previous 2 entries: # http://www.mytomcatserver.com:8080/axis/Node-0/