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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to