JavaMonitor Properties

This chapter describes the properties you can configure when launching JavaMonitor. Currently there is only one JavaMonitor property.

Usually you set these properties on the command line using Java-style command-line arguments with the following format:

<appName> -D<optionName>=<value> -D<optionName>=<value> ...

Read WebObjects Deployment Guide Using JavaMonitor for examples on when to use these properties.

Table 1  JavaMonitor properties

Property

Type

Description

WODeploymentConfigurationDirectory

string

Location of the site configuration file.

Each wotaskd process writes its configuration to a file called SiteConfig.xml in the directory specified by this property. (The HTTP adaptor configuration file is also located in this directory.) This property, in conjunction the WOLifebeatDestinationPort property, allows you to run multiple wotaskd processes on a single computer.

The default value is /Library/WebObjects/Configuration.