How do I enable remote debugging for GoAnywhere Managed File Transfer on Windows?
On Windows, open the Java tab in the properties of 'C:\Program Files\HelpSystems\GoAnywhere\tomcat\bin\GoAnywhere.exe' and add the following to Java Options: `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8090`. Then restart the GoAnywhere service. This sets the debugger to listen on port 8090. For full details, see the GoAnywhere Managed File Transfer Vulnerability Debugging Environment Setup article.
GoAnywhere Managed File Transferremote debuggingWindowsTomcatJDWP