Answer the question
In order to leave comments, you need to log in
Why does the Remote Debug of a web application hang for all users?
Why, when stopped at a breakpoint during Remote Debug (-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=XXXX), none of the users can continue to use the web application (open jsp in which there are no breakpoints or call servlets , which are not related to the one in which the breakpoint was triggered)?
Answer the question
In order to leave comments, you need to log in
Because by default all threads are blocked. When setting a breakpoint, set thread instead of suspend in its settings (in Intellij Idea, for example)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question