I usually develop OpenNMS in test mode so I can attach a debugger to it
I often restart the app as part of my development workflow. OpenNMS provides a "restart" command but it doesn't allow for the test flags, -t and -T. I usually restart the app with ./bin/opennms stop && ./bin/opennms -t start to work around this.
It would be more convenient for developers and provide a more consistent API if we could call ./bin/opennms -t restart.
I usually develop OpenNMS in test mode so I can attach a debugger to it
I often restart the app as part of my development workflow. OpenNMS provides a "restart" command but it doesn't allow for the test flags, -t and -T. I usually restart the app with
./bin/opennms stop && ./bin/opennms -t start
to work around this.It would be more convenient for developers and provide a more consistent API if we could call
./bin/opennms -t restart
.