+

Search Tips   |   Advanced Search

Enable live user interface customization editing mode


To show customization changes instantly, we can force applications to reload override files every time a browser request is made. This capability is resource-intensive, so do not enable for production.

  1. Turn on the customization debugging capability. Go to...

    ...and set...

      Name CONNECTIONS_CUSTOMIZATION_DEBUG
      Value true

    Click Apply, and then OK to return to the previous page.

  2. For each server, set trace string...

      Troubleshooting | Logs and trace | server | Click Diagnostic trace | Configuration | Change log detail levels | com.ibm.lconn.core.web.customization.*=all | OK

    Restart the servers that received the trace string change. After gathering log information, remove trace string and restart the servers.

  3. To disable customization debugging, go to...

    and set...

      CONNECTIONS_CUSTOMIZATION_DEBUG = false

    Save changes, then restart the server for the changes to take place.


Parent topic:
Customize the user interface

Related reference:

WAS environment variables