Trace the property broker

 

+

Search Tips   |   Advanced Search

 

To trace problems in the property broker runtime that supports cooperative portlets, for IBM legacy add the entry...

traceString=com.ibm.wps.pb.*=medium

...and for standard portlets add the entry...

traceString=com.ibm.wps.propertybroker.*=all

...to log.properties in...

portal_server_root/shared/app/config

This traces the server startup path also. Trace may also be turned on dynamically using the admin portlet provided for this purpose (in this case, omit the "traceString=" while specifying the trace string). The trace will be returned to the portal server log directory portal_server_root/wps_xxx.log.

For maximum tracing, set the entry to traceString=com.ibm.wps.pb.*=all: com.ibm.wps.propertybroker.*=all.

 

Related information