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.  How to customize API Portal title?

    Posted 04/19/22 10:51 AM

    What product/components do you use and which version/fix level?

    API Portal 10.7

    What are trying to achieve? Please describe in detail.

    I’d like to change the title of an API Portal instance. By title I mean the title displayed on the browser tab, not the title on the main page. The default title is “webMethods API Portal” or some localized version of this. Is there any property key for customizing this? Unfortunately, I didn’t find a hint in the API Portal Customization Guide.


    #API-Portal
    #API-Management
    #webMethods


  • 2.  RE: How to customize API Portal title?

    Posted 04/25/22 10:29 PM

    Hi Christian,
    Can you please share a screenshot on what you are trying to achieve?

    Regards.


    #API-Management
    #webMethods
    #API-Portal


  • 3.  RE: How to customize API Portal title?

    Posted 04/26/22 03:54 AM

    Hi Prabavathy,
    I’ve added a screenshot to the initial post.
    Best regards,
    Christian


    #API-Management
    #webMethods
    #API-Portal


  • 4.  RE: How to customize API Portal title?

    Posted 04/26/22 05:09 AM

    To change the title, change the property in the following file, [InstallDir]\API_Portal\server\bin\work\work_apiportalbundle_s\base\webapps\ROOT\WEB-INF\config\apiportal\localization\plugin\base\base.properties

    base.title.DBT

    ** Restart the APIPortalBundle post this change.


    #API-Management
    #API-Portal
    #webMethods


  • 5.  RE: How to customize API Portal title?



  • 6.  RE: How to customize API Portal title?

    Posted 06/14/22 10:19 AM

    I noticed that the title still changes to some API Portal defaults when navigating e.g. to the API gallery. This can be solved by adjusting additional properties. The relevant file is <InstallDir>/API_Portal/server/bin/work/work_apiportalbundle_<size>/base/webapps/ROOT/WEB-INF/config/apiportal/localization/views/views.properties and the properties to be changed are views.gallery.browserTabTitle.DBI etc., i. e. all properties that contain the name browserTabTitle.


    #API-Management
    #webMethods
    #API-Portal


  • 7.  RE: How to customize API Portal title?

    Posted 06/15/22 11:50 AM

    This is a summary of post #4 and post #6 since the forum doesn’t support accepting multiple answers.

    To change the tab title displayed by the browser, adjust the subsequently specified properties in the following files:
    <InstallDir>/API_Portal/server/bin/work/work_apiportalbundle_<size>/base/webapps/ROOT/WEB-INF/config/apiportal/localization/

    • plugin/base/base.properties:
      • base.title.DBT
    • views/views.properties:
      • views.home.browserTabTitle.DBI
      • views.gallery.browserTabTitle.DBI
      • etc. (all properties that contain the name browserTabTitle)

    Additionally, adjust the language-specific translation files (e. g. base_de.properties) according to your needs.

    Finally, restart the API Portal.


    #API-Management
    #API-Portal
    #webMethods