0 Replies Latest reply on Dec 18, 2009 6:44 AM by adhirajsg

    Problem in Logging for multiple applications

      Hi,

           We are facing problem in generating application specific log when multiple spring applications are deployed in JBOSS 5.1.0GA environment.We have overwritten the log4j.xml and web.xml of both applications in order to generate application specific logs.But the logs of both the applications is getting routed to the .log file which is generated most recently.Suppose the application A is deployed first,logs are getting generated  in A.log,as soon as application B is deployed , logs of both the application is getting generated in B.log.

      Namely our applications are onboardManagement and interimVacation.We have to use our customised framework logger class which implements log4j

      and having only constructer with argument .class.

       

      Please let us know your comments.