Tomcat 6.0 notes

JIRA Documentation

Index

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

Add your notes

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Aug 03, 2007

    S Park says:

    The instructions contained in the README didn't cover all of the changes between...

    The instructions contained in the README didn't cover all of the changes between Tomcat 5.5 and 6.0. One thing I ran into was a subtle difference in logging configuration. I had to drop commons-logging and log4j jars into $CATALINA_HOME/lib in order to get the webapp to deploy correctly.

    Also, it's not necessary to put the jira.xml file in $CATALINA_HOME/conf/Catalina/localhost as described in the documentation. It works just fine in the conf/ directory.

  2. Jan 08, 2008

    Grégory Joseph says:

    Why must the commonslogging and log4j jars end up in the common classpath ? I'm ...

    Why must the commons-logging and log4j jars end up in the common classpath ? I'm fearing conflicts with existing or future apps I'd want to deploy in the same server ...