Get-Process -Id (Get-NetTCPConnection -LocalPort 8585).OwningProcess
Get-Process -Id (Get-NetTCPConnection -LocalPort 8443).OwningProcess
sudo lsof -i :8585
sudo lsof -i :8443
%appdata%/TestProject/Agent
in your run command (⊞ WinKey + R
):Files Finder
and choose Go
form the top menu, select Go to Folder
and type:
 ~/Library/Application Support/TestProject/Agent/agent-configuration.json
~/.testproject/agent/
and edit the ports using the command:vi agent-configuration.json
from terminal or use any editing tool.