RE: Ways of Debugging tomcat itself..

2001-06-18 Thread Steve Downey
With netbeans, in particular, an important trick is to disable the inclusion of its embedded tomcat in the executor and debugger. With 3.2, I think that's the {library} keyword. It changed between 3.1 and 3.2, I believe. Otherwise you're debugging the IDE, not the instance of Tomcat you're buildi

Re: Ways of Debugging tomcat itself..

2001-06-14 Thread Craig R. McClanahan
On Fri, 15 Jun 2001, Martin van den Bemt wrote: > Hi, > > Maby this question has been asked before, but I'm looking for a good way to > debug tomcat itself (not taling about servlets in specific). The environment > i'm using now is netbeans 3.2. > Does anyone have tips on how to debug tomcat (