Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add custom html pages that can be automatically exposed as an URL path by CustomerID/WildFly

Step-by-step guide

  • Place the custom html file at location:

    Code Block
    On Windows -- C:\Program Files\Ubisecure\customerid\application\custom
    OR
    On Linux -- cd /usr/local/ubisecure/customerid/application/custom/

  • Restart WildFly Service.

    Code Block
    For Windows:
    net stop wildfly
    net start wildfly
    
    OR
    
    For Linux:
    systemctl stop wildfly.service
    systemctl start wildfly.service

  • Go to following URL on browser to access the custom html page:

Image RemovedImage Added