Bill --
When I try to hit our server
I get a nicely formatted page that says :
This page contains the following errors:
error on line 1 at column 1: Document is empty
Below is a rendering of the page up to the first error.
So then I tried to use the Rest interface:
and get this message:
DuraBoss must be initialized
I am at a loss to figure out how to further initialize Duraboss.
Here are the lines from my config.properties file that are relevant to Duraboss:
----
app.duraboss.context=duraboss
----
###
# defines notification requirements, for duraboss
###
duraboss.notification.0.type=EMAIL
duraboss.notification.0.username=user
duraboss.notification.0.password=pwd
duraboss.reporter.enabled=true
duraboss.executor.enabled=true
duraboss.auditor.enabled=true