I have 2 ready 'war' Java package (backend + frontend) running on Tomcat under my windows PC. Also, I have project source codes (unfortunately I can't build and run debug it's from source because I don't have access to the special repository).
How i can connect from IDE to Tomcat for debugging running java threads?
Thank you!