2 Replies Latest reply on Oct 2, 2008 1:49 PM by peterj

    Hot Deployment EAR (Exploded directory structure type EAR) a

    tamilsmani

      Hi all,

      I am trying to deploy my EAR as HOT deployment. I have created a EAR directory which iterns have EJB directory and WEB directory.

      I am successfully deploy the application in JBOSS 4.2.2. But if i do any modifcation on any of my java classes (EJB classes or WEB java classes) it not refelection because the class reloading is not happening. If i restart the server then its working.

      I found a way to reload the classes without restarting the server by just saving application.xml file in EAR directory ( Just to change the updated time stamp of the file).

      When the application.xml file is modified the server is reloading the application.

      But I don't want to save application.xml file each time to reflect my changes.


      Can any one help me out how to configure my EAR application to be reload automatically when there is a java class changes?

      Like when we want to reload the WEB application without restarting the server by having an entry in server.xml file in web.deployer directory in the xml tag by specifiying reloadable="true".

      Is there any way for EAR HOT deployment?

      Regards
      Tamil Selvan.