How to have Eclipse Java EE automatically generate the exploded WAR for a web project?
问题 I need to have a Java EE project generate a WAR file automatically - preferably exploded - as opposed to choosing Export -> War file. I have played with the various server definitions but have not been able to get either the Java EE preview or the HTTP server to work, and before installing each of the external container specific servers I'd like to hear if anybody has made this work. So, question is: Which steps to take to have a WAR deployment automatically created and maintained by Eclipse?