Like ObiWanKenobi mentioned, your best bet would probably be through the deployment manager administrative console. From IBM's support site:
Set the com.ibm.websphere.threadmonitor.dump.java property to true:
Application Servers:
- From the administrative console, click Servers > Application Servers > server_name.
- Under Server Infrastructure, click Administration > Custom Properties.
- Click New and add the following property:
Name: com.ibm.websphere.threadmonitor.dump.java
Value: true
- Click Apply.
- Click OK and save the configuration changes.
- Restart the Application Server for the changes to take effect.
Node Agent:
- From the administrative console, click System Administration > Node Agents > nodeagent.
- Under Additional Properties, click Administration Services
- Under Additional Properties, click Custom Properties
- Click New and add the following property:
Name: com.ibm.websphere.threadmonitor.dump.java
Value: true
- Click Apply.
- Click OK and save the configuration changes.
- Restart the Node Agent for the changes to take effect.