4 Replies Latest reply on Apr 3, 2013 2:29 AM by nickarls

    Stop deployment if application specific property is not set.

    klind

      Hi, I have a servlet that does some initialisation in the init method, it read properties from a property file.

      I would like to stop the deployment if some error occurs, like some property is missing in the file.

       

      Is there a nice way to do that ?