I am using Eclipse (J2EE Galileo) and have created a dynamic web project and associated it with a server (JBoss).
Now, whenever I make changes to one of my JSP pages, Eclipse will build and autodeploy the WAR file to the server. This is sometimes useful, but sometimes more in the way for me.
I would like to disable this feature, and instead just use the "publish" feature to deploy whenever I want. I still want to run the server from within Eclipse.
But I cannot find a setting for this, can someone give me a hint?