2 Replies Latest reply on Jan 8, 2013 9:43 AM by henk53

    Clean always needed after stopping and starting AS 7 server?

    henk53

      I'm using both Eclipse 3.7 with JBoss tools 3.3 and Eclipse 4.2 with JBoss tools 4.

       

      Whenever I deploy an application (war, ear) to JBoss AS 7 or JBoss EAP 6, and I stop the server and subsequently start it again, the app is not deployed anymore. Instead, I get a message in the log saying:

       

      Found example.war in deployment directory. To trigger deployment create a file called example.war.dodeploy
      

       

      But isn't this the job of JBoss tools? After I stop the server, perform a clean and start it again, the war is picked up correctly. I've seen this on over 10 different systems now (OS X, Linux, Windows) and various projects. Simple hello world projects that are created when creating a new dynamic web project in Eclipse have this, as well as more complex projects.

       

      Am I missing something, or is this the intended behavior?