protected void startJetty() {
new Thread() {
@Override
public void run() {
try {
jetty = new JettyStart();
jetty.run(new String[]{home}, splash);
} catch (final Exception e) {
showMessageAndExit("Error Occurred", "An error occurred during eXist-db startup. Please check console output and logs.", true);
System.exit(1);
}