forum

Home / DeveloperSection / Forums / How to make log4j work with jetty?

How to make log4j work with jetty?

Anonymous User 1482 14-Dec-2015
I want to make jetty server log with log4j. When I use IDEA to deploy exploded war it works well. IDEA creates this file (root.xml) in /tmp directory:

<?xml version="1.0"  encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
    <Set name="contextPath">/</Set>
    <Set name="resourceBase">/home/username/Desktop/project/ROOT/target/root</Set>
</Configure>

After I copy this file to /opt/jetty/webapps and restart jetty service it stops logging. I didn't change anything else in the project. I didn't even change the directory, everything is the same.

I just want to deploy without IDEA.

How do I make log4j work with a manually deployed exploded war on Jetty 9 server?

Updated on 14-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By