Below is the script to verify your WebSphere Business Monitor Model with WPS, WebSphere Business Monitor and WebSphere Business Space:
<?xml version=”1.0″ encoding=”UTF-8″?>
<rest:serverConfiguration xmlns:rest=”http://rest.dtd.btools.ibm.com”
name=”Test server with monitoring”
test=”true”
secured=”true”>
<description>
Managed deployment environment with WebSphere Process Server and WebSphere Business Monitor
</description>
<!–
This is a template for the managed deployment server configuration.
The host variable represents the host domain name for the server component.
For a secured connection, the port number is the HTTPS Transport Secure Port
(WC_defaulthost_secure). By default, this port number is 9443.
For more information about specifying the content of this configuration file,
see step 2 of the “Setting up a server configuration file” topic.
–>
<serverComponent
name=”WebSphere Process Server server”
configuration=”https://localhost:9445/rest/serverComponent/componentConfiguration”>
</serverComponent>
<serverComponent
name=”Business Space server”
configuration=”https://localhost:9445/mum/mycontenthandler?uri=service%3Acollection”>
</serverComponent>
<serverComponent
name=”WebSphere Business Monitor server”
configuration=”https://localhost:9445/monitorServerComponent/componentConfiguration”>
</serverComponent>
</rest:serverConfiguration>