Re: Stopping Tomcat

2020-10-26 Thread Connor Cook
Hi HRH, Below are two things I had to do to get Tomcat to be usable for me, though this is in Netbeans 11.1 so the process may have changed. In order to get Tomcat to be stoppable and restartable by Netbeans, I needed to set the shutdown port in Netbeans (right-click on Tomcat in the 'Services' t

[ java ] [ gradle ] Are breakpoints in JSPs supported in Gradle web applications?

2020-05-21 Thread Connor Cook
Hello all, I am using Netbeans 11.2, trying to debug a Gradle web application, using Tomcat 8.5. I am using the Gradle WAR plugin, and a WAR file is generated that I can deploy to Tomcat successfully. The site works correctly, all JSPs are run. I am able to submit and hit a breakpoint in my Java c