Skip to content

Basic example of log4j configuration externalization

Notifications You must be signed in to change notification settings

FunkyFab/externallog4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

externallog4j

Basic example of log4j configuration externalization

Simple webapp with a servlet that load and initializes Log4j based on a path declared in the initialization params of the servlet, in the web.xml

To run it:

  • clone the repo
  • edit the location on the file declared in web.xml
  • create a log4j.properties at this location
  • run the command mvn clean package tomcat7:run
  • go to http://localhost:8080/externallog4j/log

About

Basic example of log4j configuration externalization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages