I tried to install and run from OpenEMM Runtime 22.10.023
These release was not tested ...
After installation of this runtime, you get these annoying password queries during initial setup...
After i passed these, i was able to install the release with runtime 22.10.023, but the Application didn´t started.
OpenEMM status:
...
OpenEMM Application is not running
...
After searching the catalina.out logs, it was clear that no testing was done with this release.
The server.xml.template for tomcat 10 has duplicate entries ... and these are used for the server.xml
Code: Select all
<Engine defaultHost="localhost" name="Catalina">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
<Engine defaultHost="localhost" name="Catalina">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
/home/openemm/tomcat10/conf/server.xml