1.

How Do You Perform A Hot Deployment?

Answer»

JBoss has a built-in hot DEPLOYER which can:

  • Detect new applications in the deploy FOLDER and trigger an APPLICATION deployment
  • Detect an application which was removed from the deploy folder and trigger an application undeployment
  • Detect that the deployment descriptor of an application (for EXAMPLE, the web.xml of .war or application.xml of .EAR) has changed and trigger an application redeployment

JBoss has a built-in hot deployer which can:



Discussion

No Comment Found