What are the default web paths and why is the Tomcat debug port changed to 8090?
The default web path is `C:\Program Files\HelpSystems\GoAnywhere\tomcat\webapps\ROOT` on Windows and `/usr/local/HelpSystems/GoAnywhere/tomcat/webapps/ROOT` on Linux. Tomcat's default JPDA debug port (8000) conflicts with GoAnywhere’s web port, so the article instructs changing it to `8090` in the `goanywhere_catalina.sh` script on Linux or via the `GoAnywhere.exe` Java Options on Windows. This port adjustment is a common step in vulnerability debugging setups, similar to those described in F5 BIG-IP Vulnerability Debugging Environment Setup.
default web pathTomcat debug portport conflict8090