add debug port

This commit is contained in:
kochetkov 2025-03-07 14:11:57 +03:00
parent 412e27f0bb
commit 4a851a41ca

View file

@ -50,3 +50,5 @@ SECURITY_MANAGER="false"
# If you wish to further customize your tomcat environment,
# put your own definitions here
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
JAVA_OPTS="$JAVA_OPTS -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8787"