Skip to content
Snippets Groups Projects
Unverified Commit 7da92bd7 authored by Manuel Leduc's avatar Manuel Leduc Committed by GitHub
Browse files

XWIKI-20086: Jetty debug address is not compatible with Java 11 (#1897)

parent 867ef850
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ if [ -z "$XWIKI_OPTS" ] ; then
XWIKI_OPTS="-Xmx1024m"
fi
XWIKI_OPTS="$XWIKI_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE"
XWIKI_OPTS="$XWIKI_OPTS -Xrunjdwp:transport=dt_socket,server=y,suspend=${SUSPEND},address=${JETTY_DEBUG_PORT}"
XWIKI_OPTS="$XWIKI_OPTS -Xrunjdwp:transport=dt_socket,server=y,suspend=${SUSPEND},address=*:${JETTY_DEBUG_PORT}"
# Check if a lock file already exists for the specified port which means an XWiki instance is already running
XWIKI_LOCK_FILE="${XWIKI_LOCK_DIR}/xwiki-${JETTY_PORT}.lck"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment