Gentoo Archives: gentoo-java

From: robert burrell donkin <robertburrelldonkin@×××××.com>
To: gentoo-java <gentoo-java@l.g.o>
Subject: Re: Re: [gentoo-java] log4j -> juli
Date: Sun, 09 Jul 2006 09:41:05
Message-Id: f470f68e0607090239i7a863a65v604558eaf4314430@mail.gmail.com
In Reply to: Re: [gentoo-java] log4j -> juli by "William L. Thomson Jr."
1 On 7/7/06, William L. Thomson Jr. <wlt@××××××××××××××××.com> wrote:
2 > Through further user problems and subsequent investigations a problem in
3 > the Tomcat 5.5.x init script specific to Gentoo was found.
4 >
5 > The following line in the tomcat-5.5 init script needs to be change, and
6 > has been in svn and should be soon in cvs, in ~arch sometime tomorrow or
7 > so, once it cascades.
8 >
9 > In the mean time, or if you don't feel like re-emering for a minor
10 > change. Edit /etc/init.d/tomcat-5.5
11 >
12 > Change
13 >
14 > CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:$(java-config -p commons-logging)"
15 >
16 > to
17 >
18 > CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/commons-logging-api.jar"
19
20 am i right in guessing that $(java-config -p commons-logging} would be
21 intended to allow JCL alternatives to be specified (perhaps though
22 USE) ...?
23
24 if this is the case then care needs to be taken and changes may be
25 required elsewhere. the api is safely substitutable by an alternative
26 API implementation (for example, the JCL->slf4j bridge) but not by the
27 full commons-logging jar.
28
29 - robert
30 --
31 gentoo-java@g.o mailing list