> In this case should I expect to see ... due to Java hot-swapping when > breakpoint is reached?
Obviously, if you do not see it working, it probably does not. You should familiarize yourselves with code hot-swapping technology, its implications, and how it works upon tomcat, web application deployment, and how your IDE interacts with tomcat while debugging. Have you searched for any successful examples of using hot-swapping while debugging in the IDE that you are using? I am not yet familiar with that new hot-swapping technology, and would like to know your findings: As far as I have observed, Eclipse IDE restarts web application when I do changes in its java classes. Sometimes that restart is really fast. May be it is what you observed with your controller? --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]