1.

How Can You Deploy An Application?

Answer»

There are three POSSIBLE ways to deploy an application in JBoss application server.

  1. Admin CONSOLE – you can deploy the NECESSARY application files through the administration console.
  2. Auto-deploy – leverage file SYSTEM deployment scanner to auto deploy files from deployments folder.
  3. Automation – use automation tool/ant/scripting to deploy an application.

There are three possible ways to deploy an application in JBoss application server.



Discussion

No Comment Found