runtime-23.10.000.072 fails at tomcat server.xml with old bug

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

JuergenB
Posts: 141
Joined: Thu Dec 05, 2019 9:03 pm

runtime-23.10.000.072 fails at tomcat server.xml with old bug

Post by JuergenB »

So, the runtime 23.10.000.072 is screwed up.

The only way to get this working was to create the DB with runtime 23.04.04, exit and untar the 23.10 beta runtime.
After the most basic configuration tasks, the server.xml is still messed up.

this bug is old and we had this in the past.

Code: Select all

                <Engine defaultHost="localhost" name="Catalina">
                        <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
is added twice by the runtime ...

:roll: :roll: :roll: