Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • note that this is not an easy task, because from my experience, using startup.bat as in the mentioned tutorial, breaks the way Netbeans bootstraps Tomcat and deploys the debugged application (after hacking some quotes in startup.bat to surpass some cryptic messages like not recognizing 127.0.0.1) - - - another idea would be to modify catalina.bat itself (I think it is called in all cases, even if you opt out of using startup.bat) to clean up the %CATALINA_HOME%\logs directory (I hope the files there won't have become locked yet). Commented Aug 19, 2021 at 7:33