Details
Description
Default settings.xml from the Tomcat distribution does not contain the Listener org.apache.catalina.mbeans.ServerLifecycleListener but cargo defines this in its default server.xml:
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
Should be removed.
I wonder why JIRA provides release version 1.1. I was not able to find it on Maven central. But also the trunk (currently version 1.3-SNAPSHOT) contains this server.xml
Seems to be the case on trunk as well (not only 1.0.4), by looking at the code.