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.

 View Only
  • 1.  getting webmethods/Integration Server directory

    Posted Thu July 14, 2011 02:04 PM

    Hi,

    How to get webMethods/ IntegrationServer installation directory inside the flow service? Is it possible to store this value in any extended settings variable and to retrieve the same inside the service. Also, is there any webMethods API available for this?

    Regards,
    Shriraksha A N


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


  • 2.  RE: getting webmethods/Integration Server directory

    Posted Fri July 15, 2011 05:45 AM

    Following method in a Java Service can return you integration server installation directory:

    System.getProperty(“user.dir”)


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


  • 3.  RE: getting webmethods/Integration Server directory

    Posted Fri July 15, 2011 06:01 AM

    Hi,

    Thanks a lot for the answer…

    Regards,
    Shriraksha A N


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