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.  MWS managers

    Posted 09/14/15 07:31 PM

    Hi,

    after login with sysadmin and go to
    Folders > System > Managers

    i can see list of managers but i don’t understand what these managers and hoe can i use them or how can i add my own manager?

    anybody please help me with any document ?


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


  • 2.  RE: MWS managers

    Posted 09/14/15 09:16 PM

    They are mostly internal implementation details. It is not expected that customers would be directly interacting with those things.


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


  • 3.  RE: MWS managers

    Posted 09/15/15 10:58 AM

    i want to implement web filter, to filter requests based on parameters .

    i tried j2ee filters but it didn’t work , also JSR168 doesn’t have filters, so i don’t know how to check request before invoke portlet page ?


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


  • 4.  RE: MWS managers

    Posted 09/25/15 04:23 PM

    Bassem:

    You can implement a filter by editing the file

    …/MWS PATH/server/default/deploy/portal.war/WEB-INF/web.xml

    The filter will work for every request on MWS.

    Hope this help.

    Best regards.

    Norberto.


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


  • 5.  RE: MWS managers

    Posted 09/25/15 04:38 PM

    @Norberto

    The …/MWS PATH/server/default/deploy/portal.war/WEB-INF/web.xml file may get overwritten by fixes, so it is safer to add any custom settings to …/MWS PATH/server/default/deploy/portal.war/WEB-INF/custom-web.xml instead.


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


  • 6.  RE: MWS managers

    Posted 09/25/15 04:44 PM

    Great. I didn’t know that.

    Regards.


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