How to tell Eclipse 3.4 WTP to not restart tomcat on JSP save?

Posted by Boden on Stack Overflow See other posts from Stack Overflow or by Boden
Published on 2009-05-28T16:00:38Z Indexed on 2010/04/15 10:03 UTC
Read the original article Hit count: 337

Filed under:
|
|

Whenever I save a JSP file in my WTP project, Eclipse restarts its Tomcat instance. This is sorta driving me nuts. I don't want to disable auto reload completely, I just don't want it to happen when I save a file that doesn't require a restart.

I'm not sure how Eclipse WTP works in this regard. Could it be my project structure? The JSP files are in WEB-INF/jsp.

(this SO question is similar to mine, but doesn't have a sufficient answer)

EDIT: I want auto-reloading to happen, but not for file saves that do not require it. When I save a JSP there is no reason to have Tomcat restart. Thus what I'm looking for, if possible, is a smarter way for reloading to happen.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about wtp