Author: hlship
Date: Sun Jun 8 16:28:47 2008
New Revision: 664576
URL: http://svn.apache.org/viewvc?rev=664576&view=rev
Log:
TAPESTRY-2281: Update tutorial1 to correctly indicate how and why to replace
Jetty 5 log4j.jar
Modified:
tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt
Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt?rev=664576&r1=664575&r2=664576&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt Sun Jun 8
16:28:47 2008
@@ -26,6 +26,9 @@
You can find out more about Jetty from its home page:
{{{http://mortbay.org}http://mortbay.org}}.
You can download Jetty from
{{{http://docs.codehaus.org/display/JETTY/Downloading+and+Installing}http://docs.codehaus.org/display/JETTY/Downloading+and+Installing}}.
+
+ <strong>Note about Log4J</strong>: Jetty includes an incompatible version of
Log4J. If using Jetty 5, you must get a more recent copy of Log4J, version
1.2.14 or later, and replace
+ the copy of log4j.jar in the Jetty <<<ext>>> (external libraries) directory.
Just delete the old log4j.jar and copy the new one in its place.
* Jetty Launcher