IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  log4j configuration within webMethods

    Posted 09/21/09 03:18 PM

    Hi, need a quick help

    Here is my log4j file appender configuration

    log4j.appender.R1.File=E:/webMethods65/IntegrationServer/logs/application.log

    I would like to create log file with webMethods server name where log4j resides.

    Something like this: log4j.appender.R1.File=E:/$(server name)/logs/application.log. without hard coding

    What variable should I use for this purpose?

    Thanks in advance


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: log4j configuration within webMethods

    Posted 09/25/09 08:30 PM

    not sure if log4j will pick it up properly, but IntegrationServer/ is the root by default in IS, so you can use:
    =logs/application.log

    Pls let us know if it works.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB