my jetty.xml does not have any endosing defined:
it;s -
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
Updating with -
<?xml version="1.0" encoding="ANSI"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
again stops the ALM service from starting up.