Friday, April 13, 2007

custom log4j appender for jboss

it is very interesting to customize a log4j append, through which the jboss can send log to google talk IM.

To deploying the gtalklogger(written by myself) and its dependent jar files, you cannot put them simplily into jboss../server/default/lib directory.

Instead, you need to create a directory to Set the boot patch directory, which Must be absolute or url.

./run.sh -d absolute-path-to-the-boot-batch-directory


refer to the output of:
$./run.sh --help

No comments: