Issue
I am working with Netbeans 11.3 on a JSP project.
I am usually solving this problem this way
- Click Clean and Build
- If necessary I stop this alt="Stop Tomcat Server Netbeans">
- Click Debug Project
This takes up 30 seconds each try. Is there a smarter way or plugin?
Solution
Finally, after big steps in my project I found it by accident of Netbeans, where I had to disable compile on save.
Then I found this symbole:
It solves this problem, finally. :D
Answered By - ru4ert
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)