• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

log4j.properties file for a project with multiple modules

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have different modules of the project defined in Eclipse, for example

project-ejb
project-core
project-ear ( all the modules will be zipped into this ear project module )
project-jpa
project-web

I am trying to write log to an Output file

My question is when i am defining log4j.properties file, do i need to define it in each of the project modules
Where is the common path from where all the modules can read

reply
    Bookmark Topic Watch Topic
  • New Topic