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
Expand all | Collapse all

Template to Install a package

  • 1.  Template to Install a package

    Posted Wed July 27, 2016 11:29 AM

    Hi ,

    I have missed installing one package (wmOptimize) during my IS installation using composite template.
    Can someone share a sample template to just install a package.?


    #Integration-Server-and-ESB
    #webMethods-General
    #Command-Central
    #webMethods


  • 2.  RE: Template to Install a package

    Posted Fri July 29, 2016 07:08 PM

    The template is not just for initial setup but for any subsequent updates as well.

    If you need to add new product/fix/instance/configuration you just add it to the template and reapply.

    If you missed to install and deploy WmOptimize package you need to update your IS layer inline template to add optimize package

    
    templates:
    my-is
    products:
    wmOptimize:
    integrationServer:
    default:
    ...
    package.list: ....,WmOptimize
    

    Thanks
    Sergei


    #Integration-Server-and-ESB
    #webMethods
    #Command-Central
    #webMethods-General