server

Description

A job which allows client a local job hierarchy to be monitored and managed remotely via JMX.

Properties

NameDescriptionRequired
name A name, can be any text. No.
root The root node. Yes.
url The JMX service URL. Yes.
logFormat The log format for formatting log messages. For more information on the format please see http://logging.apache.org/log4j/docs/ No.

Example

Typical configuration is:

 <rmi-server name="My Server" 
                url="service:jmx:rmi://ignored/jndi/rmi://localhost/my-oddjob" 
                root="${job.root}"/>
 


(c) Rob Gordon 2005