Gentoo Archives: gentoo-java

From: "William L. Thomson Jr." <wlt@××××××××××××××××.com>
To: gentoo-java <gentoo-java@l.g.o>
Subject: Re: [gentoo-java] log4j -> juli
Date: Fri, 07 Jul 2006 04:04:26
Message-Id: 1152244989.9320.4.camel@wlt.obsidian-studios.com
In Reply to: Re: [gentoo-java] log4j -> juli by "William L. Thomson Jr."
1 Through further user problems and subsequent investigations a problem in
2 the Tomcat 5.5.x init script specific to Gentoo was found.
3
4 The following line in the tomcat-5.5 init script needs to be change, and
5 has been in svn and should be soon in cvs, in ~arch sometime tomorrow or
6 so, once it cascades.
7
8 In the mean time, or if you don't feel like re-emering for a minor
9 change. Edit /etc/init.d/tomcat-5.5
10
11 Change
12
13 CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:$(java-config -p commons-logging)"
14
15 to
16
17 CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/commons-logging-api.jar"
18
19
20 --
21 Sincerely,
22 William L. Thomson Jr.
23 Obsidian-Studios, Inc.
24 http://www.obsidian-studios.com
25
26 --
27 gentoo-java@g.o mailing list

Replies

Subject Author
Re: Re: [gentoo-java] log4j -> juli robert burrell donkin <robertburrelldonkin@×××××.com>