• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jboss-log4j

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i have jboss 3.0.7 server and i have 2 aplications deployed on it as 2 seperate WAR files. now i want to capture the logs generated by these 2 applications seperately.
i know that jboss comes with log4j and the log4j.xml is to be set in the server/conf folder. but i dont know how should i configure it such that i get 2 seperate log files generated fo my 2 applications that run simultaneously and the logs generated by 1 application is not written on the other application log.
can someone help me with some practical code stuff?
cheers!!!
shankar
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a JBoss topic area where you'll probably get better answers. I'm moving your question over there.
reply
    Bookmark Topic Watch Topic
  • New Topic