Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty.sh and start.log

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.


Back to the top