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.  API to get "deploy" directory

    Posted 10/29/10 06:18 PM

    Is there an API available to get the “deploy” directory path of the MWS server?

    If not, is there an API available to get the name of the MWS server and the MWS installation directory?

    I am trying to avoid hard coding these values in our app.

    Thanks,
    Vikas.


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: API to get "deploy" directory

    Posted 10/29/10 06:26 PM

    Yes, there is an API. Try this:

    com.webMethods.rtl.util.FileUtil.getRealLocation(“deploy:/”)


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine