Bug#631667: classpath is mixed up.

2011-06-25 Thread tony mancill
Hi Kristof, Thank you for so quickly identifying the root cause of the issue. I'll get the classpath fixed up and another version uploaded to unstable soon. Thank you, tony On 06/25/2011 03:42 PM, Csillag Kristof wrote: > The problem seems to be that catalina.sh is adding JULI to the classpath

Bug#631667: classpath is mixed up.

2011-06-25 Thread Csillag Kristof
The problem seems to be that catalina.sh is adding JULI to the classpath like this: # Add tomcat-juli.jar to classpath # tomcat-juli.jar can be over-ridden per instance if [ -r "$CATALINA_BASE/bin/tomcat-juli.jar" ] ; then CLASSPATH=$CLASSPATH:$CATALINA_BASE/bin/tomcat-juli.jar else CLASSPAT