views:

63

answers:

2

Following this question (in short: I have created a web project with maven and I am deploying it to tomcat with eclipse).

Eclipse is redeploying and redploying my project non stop. The project seems to work, but this is very annoying. At the beggining I thought that eclipse is eagerly deploying the project after my edits, but it happens even if I don't touch the keyboard.

Any ideas?

+3  A: 

In servers tab double click on your server. The config page should open. Now click on the modules tab in that page. Select the web module from the table in that tab and edit it. De-select "Auto Reloading Enabled" there.

Chandru
A: 

Some file inside your Eclipse project is been changed constantly. Are you sure that your webapp isn't constantly updating some file which is located in for example the project's webcontent?

BalusC
not true, I thought the same as you, but turns out that @Chandru is right
flybywire
That's a workaround, not a solution. Now you can't do hotedits/hotdeploys anymore.
BalusC