ProcedureTo deploy a web application

  1. Select the Common Tasks node from the navigation tree, or select Deploy Web Application from the right panel of the console.

  2. On the Deploy Web Application page, specify the location of the WAR file to deploy.

  3. Click Browse to browse to the file, or type the full path to the file.

  4. Select Next to proceed to the next page of the WAR deployment.

  5. Specify the following settings for the application:

  6. In the Advanced section of the deployment page, you can choose to generate RMI stubs.

    If you choose to generate RMI stubs, static RMI-IIOP stubs are generated and put into the client.jar.

  7. Click Finish to deploy the application.

More Information
To redeploy a web application

To redeploy your application, click Redeploy. In the next page, provide the path to the WAR file and click OK.

Equivalent asadmin command

deploy

See Also