Version 0.2.6
The 6th public release of s2gen which adds the following:
- Starts Jetty in the embedded mode to serve static content on a specified port
A new property needs to be added to the s2gen.json
:
{
"server": {
"port": 8080
}
}
You can also start the monitoring without starting the server by supplying the -noserver
flag.