Adding a Web Application

You can deploy a web application to any existing virtual server.

ProcedureTo Add a Web Application

Before You Begin
  1. Click Virtual Servers tab under Server Configuration.

  2. Select the virtual server, in which you need to deploy the web application.

  3. Click Web Applications tab > New button.

  4. Specify the web application package.

    If you need to upload a web application archive, click Browse button and select the archive. Optionally, you can also specify a web application archive located in the server.

  5. Specify the URI for your web application. This will be the applications context root and is relative to the server host.

  6. Provide a short description about the web application.

  7. Enable/Disable JSP Pre-compilation.

    Enabling this directive will allow all the JSPs present in the web application to be pre-compiled to improve performance.

  8. Enable the application.

    When a web application state is set to be Disabled, it will not be available on request. However you can toggle this option anytime without redeploying the application to the instances.

  9. Deploy the application.

    Click Deployment Pending Link on the top of the administration console page and click Deploy.

    You can access the application with the context root specified. For example, http://<your-server>:<port>/<URI>