You can force applications to reload override files every time a browser request is made.
This capability shows your customization changes in the product instantly.
Before you begin
Important: Do not leave the product in customization debugging mode when you are using
it in a production environment. This capability is resource-intensive and has a major impact on
product performance. Use debugging mode only when you are making and testing changes to the user
interface during the testing phase. Ensure that you disable this feature after you validate your
customizations. If you forget to disable customization debugging, an error is written to the log to
remind you.
Procedure
- To turn on the customization debugging capability, add
a WebSphere® Application
Server environment variable named CONNECTIONS_CUSTOMIZATION_DEBUG and
set it to true.
- Open the IBM® WebSphere Application Server
Integrated Solutions Console, expand Environment,
and then click WebSphere variables.
- In the Scope section, select cell 1 from the list, and
then click New.
- Type the following values into the fields:
- Name
- CONNECTIONS_CUSTOMIZATION_DEBUG
- Value
- true
- Click Apply, and then OK to
return to the previous page.
-
Enable a trace string to get customization debug information as follows:
Note: Perform these steps for each server to which the trace string must be added.
-
Open the IBMWebSphere Application Server Integrated
Solutions Console, browse to and select the server to be customized.
-
Click .
-
In the Change log detail levels window, add
com.ibm.lconn.core.web.customization.*=all
-
Click OK and save the changes.
-
Restart the servers that received the trace string change.
-
When you have gathered the logging information, disable the trace string as follows:
Note: Perform these steps for each server to which the trace string was added.
-
Open the IBMWebSphere Application Server Integrated
Solutions Console, browse to and select the server where trace was enabled.
-
Click .
-
In the Change log detail levels window, remove
com.ibm.lconn.core.web.customization.*=all
-
Click OK and save the changes.
-
Restart the servers that received the trace string change.
-
Disable customization debugging, set the CONNECTIONS_CUSTOMIZATION_DEBUG
variable to false.
-
Open the Integrated Solutions Console, expand Environment, and then
click WebSphere variables.
-
In the Scope section, select cell 1 from the list.
-
Select CONNECTIONS_CUSTOMIZATION_DEBUG and enter
false in the Value field.
-
Click Apply, and then click OK.
-
Restart the server for your changes to take place.