Reputation: 2943
I've a java project configured in netbeans 7.0.1 with tomcat 6.0. When I try to debug it , the project starts but i'm not able to connect to tomcat. The browser shows the busy icon and there is no errors in tomcat console. When I click on the stop debug button it gives the login page immediately. In short debugging is not working.
Upvotes: 4
Views: 10953
Reputation: 18315
I have run into this before navigate to the Window > Debugging > Breakpoints and remove all breakpoints there is probably a hidden one that is preventing the login page from showing up.
Upvotes: 7