You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Rich M <ri...@moremagic.com> on 2010/11/16 23:18:14 UTC

[5.1.0.5] Log4J and Jetty Stand-Alone?

Hi,

I've been running 5.1.0.5 just fine using Maven to run the jetty:run 
goal. I had been loading a dependency to the log4j-1.2.8.jar file on my 
local system to run logging throughout the application. Everything 
worked fine.

Now I've been asked to remove Maven from the execution path for a 
production deployment of the application, and I've been trying to get a 
standalone Jetty instance (6.1.26) to run the webapp from a WAR file. 
Yet, every time I start up I'm being told that the Log4J class Level 
cannot be found.

I read this page: http://tapestry.apache.org/tapestry5.1/jetty.html and 
noticed the Log4J I had was 1.2.8, while 1.2.12 at least should be used. 
I updated my dependency to 1.2.16 and redeployed, still the same issues 
though. I also tried finding any log4j library file in the jetty folders 
and found nothing.

Has anyone encountered and solved this issue? Is there a better 
stand-alone version of Jetty that I should be using, maybe one that 
doesn't have a Log4J issue or maybe one that's easier to solve?

Any help is much appreciated.

Thanks,
Rich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org