2 Replies Latest reply on Aug 1, 2014 9:07 AM by ednaswap

    Automatic redeployment of a web service(axis archive, aar) in JBoss AS 6.1

    ednaswap

      I have web services deployed as AAR(Axis Archive) within JBoss AS 6.1.

      I would like to know if it is possible for a java program in aar

      to automatically redeploy itself on critical exception.

      I hope I may embed some codes inside try ~ catch block to tell the container(JBoss AS) to

      redeploy my java web service in aar form without human intervention.

      Anyone knows about this?