1.

How Do You Deploy An Application To Jboss?

Answer»

 Choose the server profile to which you want to DEPLOY the APPLICATION

  • Copy your application (for example: .war or .ear or a .JAR file) to JBOSS_HOME/server/<profilename>/deploy folder.
  • START the server: (./run.sh)
  • JBoss will deploy your application when it boots up.

 Choose the server profile to which you want to deploy the application



Discussion

No Comment Found