tags:

views:

21

answers:

1

I don't even have any servers setup except as an External Tool Configuration > Program. I'm using the JPDA connector, and yet when I do certain things like have Eclipse auto generate a serialVersionUID it automatically restarts Tomcat. I can't find where this might be configured in the project properties or the window preferences. I don't want Eclipse to do anything with Tomcat unless I'm starting or stopping. Thanks!

+1  A: 

Does the server show up in the Servers view?

If so, double-click the server in that view, expand the "Publishing" area, and select the "Never publish automatically" radio option. Save the server, and (re)start it.

Matt Ball
It doesn't -- that is just it, there are no servers configured under the servers view. I use an en External Tool Configuration > Program, which means all I'm doing is telling Tomcat to start and stop using the JPDA connector.
hal10001
@hal1 - in that case, I can only suggest changing the setup to use a Server, rather than the way you have it now.
Matt Ball