mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #10031 from saschaszott/patch-53
Allow remote debugging (replacing CATALINA_OPTS with JAVA_TOOL_OPTIONS)
This commit is contained in:
@@ -68,7 +68,7 @@ RUN apt-get update \
|
||||
EXPOSE 8080 8000
|
||||
# Give java extra memory (2GB)
|
||||
ENV JAVA_OPTS=-Xmx2000m
|
||||
# Set up debugging
|
||||
ENV CATALINA_OPTS=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:8000
|
||||
# enable JVM debugging via JDWP
|
||||
ENV JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
|
||||
# On startup, run DSpace Runnable JAR
|
||||
ENTRYPOINT ["java", "-jar", "webapps/server-boot.jar", "--dspace.dir=$DSPACE_INSTALL"]
|
||||
|
Reference in New Issue
Block a user