4

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.

2 Answers 2

7

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. enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

that was the reason :) . One break point was stopping to see the login page.
0

Clearing the NB's cache could help fixing this issue too.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.