Hi,

I noticed a small problem with bin/jetty.sh that stops Jetty starting for version > 9.1.3 on my system.

The documentation for start.jar says that --start-log-file should be a relative filename but jetty.sh passes:

start-log-file="$JETTY_LOGS/start.log"

So this is then prepended with $JETTY_BASE by StartLog.java, giving an erroneous path (because JETTY_LOGS typically already starts with JETTY_BASE).

Mark.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to