...
Enter addresses of your machines, build the war,put it into another tomcat and you are ready to go
Furthermore you should have the following default components within the mentioned json file:
Code Block |
---|
"@connectors": [
{
"type": "HTTP",
"className": "org.moskito.control.connectors.HttpConnector"
}
],
"@statusUpdater": {
"checkPeriodInSeconds": 10,
"threadPoolSize": 10,
"timeoutInSeconds": 60,
"enabled": true
},
"@chartsUpdater": {
"checkPeriodInSeconds": 40,
"threadPoolSize": 5,
"timeoutInSeconds": 60,
"enabled": true
} |
A more detailed example of the configuration File can be found here.
Enjoy!