4 Replies Latest reply on Mar 8, 2009 11:00 PM by peterj

    rapid jboss deployment and development

    davecasserly

      I'm using eclipse and want to be able to modify java files and have them compiled and accessible in jboss as quickly as possible to aid in the development cycle.

      My projects build using maven 2 and i amd using an expanded war for development, so i have sym linked my target/built-app directory to jboss/deploy/built-app.war. This works well.

      However, i want to be able to modify a java file (or jsp or whatever) in eclipse and have it build my file automatically and then jboss to see this and reload the app.

      At the moment i have to restart jboss after each change - or manually deploy the new .war file each time.

      Any suggestions?

      How do you have your development env setup?