One Day Sec

How do I set up remote debugging for Server Backup Manager by adding JVM debug parameters?

Add the line `additional.19=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000` to the configuration file `/usr/sbin/r1soft/conf/server.conf`. For JDK 5-8 use `address=8000`; avoid the `address=*:8000` syntax meant for JDK 9+. Then restart the service with `/etc/init.d/cdp-server restart` and attach your IDE to port 8000. The full setup is covered in the Server Backup Manager Vulnerability Debugging Environment Setup.
remote debuggingJVM debuggingJDWPServer Backup Manager

Browse all Q&A →