Appreciations accepted

Vladlen Litvinov, the author: If you have some job offer for me, I'm ready to discuss it. View Vladlen Litvinov's profile on LinkedIn

Password

Thursday, February 13, 2014

How to look at the settings of Process Center in 8.5 Express Process Server standalone

There is some information about looking and changing these settings here.
But it is for clustered environment. 

http://pic.dhe.ibm.com/infocenter/dmndhelp/v8r5m0/index.jsp?topic=%2Fcom.ibm.wbpm.imuc.doc%2Ftopics%2Ftconnect_to_pctr.html


For standalone we use:

<PS profile folder>/bin/wsadmin.sh -conntype NONE -lang jython -profileName ProcSrv01

wsadmin>ps=AdminConfig.getid("/Server:server1/BPMServerConfigExtension: BPMProcessServer:/"),


where server1 - the name of our WAS server (not hostname!)

Then:


wsadmin>print AdminConfig.show(ps)

....
[heartBeatInterval 10]
....
[processCenterUrl http://server:9082/ProcessCenter]
....

In our file system, these settings stored in <PS profile folder>/config/cells/PSCellExp/nodes/Node1/servers/server1/server-bpm.xml.
It is a great contrast to the old versions from WLE till BPM 8.

No comments:

Post a Comment