Next: Example Agent
Up: Examples
Previous: Examples
  Contents
Example Configuration File
# Configuration File for TAgents
# Allowed are Comment lines (with leading #)
and empty lines
# General parameters for the AgentSystem
[SYSTEM]
# Name of the AgentSystem
NAME=test
# Wait this time at maximum for all Agents
to die. (Time in 100ms).
WAITFORSHUTDOWN=100
# What to do at startup
[STARTUP]
# Load these SysAgents
LOAD=tagents.sysagent.admin.console.ConsoleAdmin
LOAD=tagents.sysagent.admin.gui.GUIAdmin
LOAD=tagents.sysagent.maffinder.MAFFinderService
LOAD=tagents.sysagent.communication.pls.PLSCommService
LOAD=tagents.sysagent.communication.rmi.RMICommService
# Some settings for the PLSCommService
[tagents.sysagent.communication.pls.PLSCommService]
# The standard port to listen for incoming
calls.
PORT=3333
# Starts the built-in MAFFinder Proxy to enable
the MAFFinder in this System
# Format: MAFFINDER=(PROXY|REAL|NO)
# If a REAL MAFFinder exist use the proxy to
wrap incoming calls to the MAFFinder.
# If this is used as a PROXY transmit local
calls to the MAFFinder to the real MAFFinder.
# If there is already another MAFFinder proxy
(CommService) installed do nothing.
MAFFINDER=REAL
# Some settings for the RMICommService
[tagents.sysagent.communication.rmi.RMICommService]
# Standard port to use for the rmi registry
PORT=1099
# Starts the built-in MAFFinder Proxy to enable
the MAFFinder in this System
# Format: MAFFINDER=(PROXY|REAL|NO)
# REAL: If a REAL MAFFinder exist use the proxy
to wrap incoming calls to the MAFFinder.
# PROXY: If this is used as a PROXY transmit
local calls to the MAFFinder to the real MAFFinder.
# NO: If there is already another MAFFinder
proxy (CommService) installed, do nothing.
MAFFINDER=REAL
# Location of the real MAFFinder (don`t forget
to give a port!!!)
#MAFFINDER_LOCATION=rmi://163.117.139.122:1099/MAFFinder
Next: Example Agent
Up: Examples
Previous: Examples
  Contents
Thomas Letsch
2001-02-21