Deploy a service in standalone mode

Prerequisites
Before following this procedure, start JBoss Application Server in standalone mode.
Your service can be encapsulated as an archive or exploded into a directory. Either way, this procedure refers to it as a service.
  1. Move your service into the deployment directory.

    Move your service into JBOSS_HOME/standalone/deployments/.
    Result:The service is deployed within a few seconds.
    The deployment scanner deploys your application automatically.
  2. Point your web browser to the URL of the service.

    Your service is deployed in the namespace you gave it when you created it, on the URL corresponding to your application server. An example is http://localhost:8080/helloworld.
Result: Your service is deployed.
Your service is now visible in the application server.