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

Modify Look of IS Administrator and My webMethods pages

  • 1.  Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 03:35 PM

    Is there a way to change the look of the IS Administrator and My webMethods web pages? something simple like modifying the color scheme?

    I have a small team where everyone shares development, testing, and production support tasks. I want to modify the look of our production server’s pages so they are different from non-production servers to try to keep someone from modifying production configuration when they intend to modify a test configuration.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 04:56 PM

    Yes for IS Admin you may need to play with WmRoot’s .dsp pages (which is proprietary but at your own risk you can modify the skins) and with MWS you can do via the wM Designer CAF (Portlets).

    Please review the MWS admin user guide for more information on customization of MWS portal portlets using CAF.

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 04:57 PM

    for IS admin pages, you can try to change:
    /packages/WmRoot/pub/webMethods.css

    For WMS, depends on the skin you are using, you can try to change:
    \MWS\server\default\deploy\portal.war\ui\skins***\css\skin.css


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 05:26 PM

    Are you sure this exist?

    I don’t see this path from here for MWS…

    ***\css\skin.css


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 05:52 PM

    *** is one of the skin you choose to use, example:
    \wm_skin_noodle
    \wm_skin_cascadia


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Wed April 23, 2014 07:14 PM

    Thanks! Modifying webMethods.css worked for the IS Administrator and I was able to find the skin management tools and create a new skin that did what I needed for MWS.


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Thu April 24, 2014 02:53 AM


  • 8.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Thu April 24, 2014 11:18 AM

    Glad to hear it worked out for you!


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Mon April 28, 2014 10:56 AM


  • 10.  RE: Modify Look of IS Administrator and My webMethods pages

    Posted Fri April 20, 2018 11:49 AM

    Hi,

    ***\css\skin.css1. will replace the default whenever we restart the WMS. so try the below and let me know…

    For Sysadmin Login

    C:\SoftwareAG101\MWS\server\default\deploy\portal.war\ui\skins\wm_skin_pearls\css

    in line no:1466

    Banner Block

    replace with below code

    background-color: #FF0000;;

    2.For Administrator Login:

    C:\SoftwareAG101\MWS\server\default\deploy\portal.war\ui\skins\wm_skin_noodle\css

    in line number: 2004

    In Banner Block

    replace with below code

    background-color: #FF0000;;

    Restart the MWS.


    #webMethods
    #Integration-Server-and-ESB