Command Central 10.15 | Registering a Product as a Windows Service | Installing a Product as a Windows Service Using a Template
 
Installing a Product as a Windows Service Using a Template
You can install and register the following products as Windows services using a Command Central template:
*Integration Server
*My webMethods Server
*Universal Messaging
To register a product as a Windows service, include the install.service parameter as an instance property of the product instance:
products:
productID:
instanceName:
install.service: true | false # "false" (default ) - does not register the product instance as a
Windows service; "true" - registers the product instance as a Windows service
Example
In the following example, Command Central installs and registers a single instance of the product with ID "NUMRealmServer" as a Windows service:
environments:
default:
um.instance.name: default
um.instance.port: 9000
...
templates:
um-server:
products:
NUMRealmServer:
${um.instance.name}:
instance.port: ${um.instance.port}
install.service: true
runtimeComponentId: Universal-Messaging-${instance.name}