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.  set log level

    Posted 06/30/08 01:24 PM

    I am trying to create a java service where in I want to set the log level on my server, can anyone plz suggest an appropriate built in service for this

    Thnks in advance,
    Sudarshan Vyas


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


  • 2.  RE: set log level

    Posted 07/01/08 04:12 PM

    You don’t necessarily need a Java service. You should be able to get it done using a Flow service that invokes WmRoot/wm.server.admin:setSettings and passes it a string variable named watt.debug.level.

    Note: the use of WmRoot services is not supported. Use at your own risk.

    • Percio

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


  • 3.  RE: set log level

    Posted 07/02/08 05:57 AM

    Hi,

    Thanks a lot… that was just what I wanted. :slight_smile:

    Regards,
    Sudarshan Vyas


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