Automic Workload Automation

 View Only
  • 1.  Add/Modify content to AWI Login Page

    Posted Oct 31, 2019 11:17 AM

    Dear Community,

    is there a possibility to modify the "Support"-Link within the AWI Login Page?



  • 2.  RE: Add/Modify content to AWI Login Page

    Posted Oct 31, 2019 11:25 AM
    ​Wow, I was not even aware of this link! It wasn't there in earlier releases me thinks?

    I would like to +1 this question.

    We do not wish for ~60 users to go to the support page only to find they do not have an account (nor can 60 users presumably get one). Also, the link points to support.automic.com. Much like support.ca.com, these days I have issues with this:          



  • 3.  RE: Add/Modify content to AWI Login Page

    Posted Nov 04, 2019 04:44 AM
    Edited by Diane Craddock Nov 06, 2019 11:16 AM
    As far as i can see:
    1. You can change it. I guess it's an undocumented feature.
    2. The DEFAULT value http://support.automic.com is defined in ..\awi\WEB-INF\bundle\ecc-ae-commons.jar\com\uc4\ecc\ae\commons\config\GeneralConfiguration.class
    3. You can change it following instructions for the parameter "helpUrl.pattern"

    So, just set the parameter "supportUrl" in order to override the DEFAULT value http://support.automic.com 

    1. In your application server go to the folder ...\<AWI>\config
    2. Open the configuration.properties file and update the configurations by adding the following line
      • supportUrl=<YOUR_URL>
    3. The changes take effect:
      • immediately (after Refresh) for the AWI Login Page
      • after logging out and back in again for "About (in the upper right corner of the AWI) => Support"
    HTH