2 Replies Latest reply on Jul 23, 2009 11:05 AM by matanderson

    Application deployment - returning value on deploy success o

      With the onset of more and more build and deploy systems (pulling code from a repository and deploying it on a scheduled basis) - One thing that I am noticing, or unable to find, is a way to report on the success or failure of a deployment back to a build and deploy system. Currently everything is written to the standard jboss log file.

      One a single use install of jboss (one application) this is fine, but on a shared install (say 20 separate applications) it is hard to figure out what deployment errors/successes are for which application.

      Is their a way to invoke some java class to do the deploy and have an error return (and the reason for the failure) of a deployment? Or is their another way of doing the deploy so a result can be returned?