Now you have to provide a password to administer (e.g. shutdown) this server:
gypsy-passwd -c myhost.conf
The password is added encrypted to the configuration file.
| Key | Description of Associated Value |
| gypsy.classloader.cache.flush | The classloader writes new
loaded classes immediately into the jar-archive or directory instead of holding it
in the main memory. |
| gypsy.classloader.cache.inventory.external | If true
the inventory file of the classloader cache is hold in an external ASCII file instead
of putting it into the cache archive. |
| gypsy.classloader.cache.inventory.filename | The name of the
external inventory file. |
| gypsy.classloader.cache.jar | If true the cache is
a jar file otherwise a directory. |
| gypsy.classloader.cache.jar.filename | The name of the
classloader cache file. |
| gypsy.classloader.cache.path | The path to the cachefile/inventory
file or the cache directory if no cache filename is given. |
| gypsy.classloader.cache.size | The size in KB of all compressed
entries in the classloader cache. |
| gypsy.classloader.codebase.file | A file containing all allowed
classloader codebase URLs for this server. |
| gypsy.codebase | The default codebase for agents. |
| gypsy.domain.admin.email | The email address of the local domain
administrator. |
| gypsy.domain.name | The local domainname where this server is
located in case a full qualified hostname cannot be determined. |
| gypsy.placeregistry.uri | The URL for the local (or a valid)
place registry. |
| gypsy.server.communicator.email | The address for the local email
communicator. |
| gypsy.server.communicator.password | The email communicators
password for the local POP server. This is just a workaround until the remote
administration tool exists. |
| gypsy.server.communicator.pophost | The POP server where the
email communicator can get incoming agents. |
| gypsy.server.communicator.rmiport | The Java RMI registry port
for RMI communicators. |
| gypsy.server.log.database | JDBC database connection string for
a cetralized log server in a domain. |
| gypsy.server.log.dbserver | The RMI URI for the centralized log
server of a domain. |
| gypsy.server.log.dbserver.enabled | If true the local
server formwards the incoming LogMessengers to a centralized log server in a domain.
|
| gypsy.server.log.file.enabled | If true the server logs to
the given filename otherwise the log messages will be printed to the system
console. |
| gypsy.server.log.file | The path/filename for log
messages. |
| gypsy.server.name | The name of this server. |
| gypsy.server.password | Encrypted password for this server. |
| gypsy.server.security.filename | The name of the security configuration
file of this server. |
| gypsy.tracelevel | The tracelevel for this server. It must be in
a range between 0:3 - 0 ... trace nothing, 3 ... trace everything. |
| gypsy.user.email | The email address of the user to send status
messages. |
| gypsy.user.email.notify | If true the user requests
to be notified if the agent returns home. |
| gypsy.user.fullname | The full name of the user. |
| gypsy.user.home.loginname | The loginname at the homeserver. This
must be a vaild username at the homeserver otherwise agents cannot return. |
| gypsy.user.home.sysuri | The URL for the user communicator on
the home server. The user gets status messages and request returned agents on this
URL. |
| gypsy.user.home.uri | The URL for the agent communicator on the
home server. Agents which have finished their task return home to this URL. |
| gypsy.user.htmlbrowser | The favorite HTML browser to view the
results of returning agents. |
| gypsy.user.result.path | The directory where the results of
returning agents are written as HTML file. |
| gypsy.user.sms.email | The SMS email gateway address of the
agent's owner. |
| gypsy.user.sms.key | The Subject key for SMS messages.
Some provider (e.g. in Austria max.mobil) require this to send valid SMS messages
over the email gateway. |
| gypsy.user.sms.notify | If true the user requests the
agent to notify him if he returns home. |
| mail.smtp.host | The local SMTP server for outgoing
emails. |