JBoss 4 notes

JIRA Documentation

Index

This page has general notes on installing JIRA on JBoss 4. It supplements the official JBoss 4.x installation docs.


Attached are console logs from installing JIRA on JBoss on a Linux (Ubuntu) server:


JBoss does odd things with classloaders, and as a result its own log4j configuration file is found before JIRA's own. This means (on 4.0.x) that you will get lots of DEBUG-level logs in stdout.


add your notes

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. May 14

    Ken Glover says:

    To get the Logging to work correctly under Jboss 4.2.2 I removed the log4j jar f...

    To get the Logging to work correctly under Jboss 4.2.2 I removed the log4j jar file and the log4j.properties files from the webapp directory.  The class loader then finds the logger that is installed with JBoss.

     Prior to doing that I could not find any logging output from the Jira ear file.