A web application is packaged in a WAR file, a type of archive file that contains components such as servlets and JSP files.
Do one of the following:
In the tree component, select the Common Tasks node, then click Deploy Web Application.
In the tree component, expand the Applications node, select the Web Applications node, then click Deploy.
On the Deployment page, specify the location of the WAR file to deploy.
The server machine is the host that is running the application server domain administration server. The client machine is the host on which you are viewing the Admin Console through a browser.
If the file resides on or is accessible from the client machine, click the radio button to specify a package file to upload to the Application Server.
Click Browse to browse to the file, or type the full path to the file.
If the file resides on the server machine, or to deploy an unpackaged application from an exploded directory, click the radio button to specify a package file or a directory path that must be accessible from the server.
Type the full path name to the file or directory. Deploying from an exploded directory is for advanced developers and is not recommended for production environments.
Click Next to display the Deploy Web Application page.
On the Deploy Web Application page, specify the settings for the application.
In the Application Name field, either retain the default name, which is the prefix of the file name, or type another name.
The default name appears if you chose to upload a file. The application name must be unique.
In the Context Root field, enter a string that identifies the Web application.
In the URL of the Web application, the context root immediately follows the port number (http://host:port/context-root/...). The context root must start with a forward slash, for example: /hello.
In the Virtual Servers field, you can replace the default server.
To view the available virtual servers, in the tree component select Configuration -> HTTP Service -> Virtual Servers.
To disable the application so that is unavailable after deployment, deselect the Status: Enabled check box.
By default, an application is available as soon as it is deployed.
To verify the structure and contents of the file before deployment, select the Verifier checkbox.
Verification of large applications is often time-consuming. Verify the file if you suspect it is corrupt or non-portable.
To precompile JSP pages, select the JSPs checkbox.
If you do not select this checkbox, the JSP pages are compiled at runtime when they are first accessed. Because compilation is often time-consuming, select this option for best performance in a production environment.
Enter the path to any libraries (JAR files) that the application requires.
The libraries must be accessible on the server.
Optionally enter a brief text description of the application.
Choose whether to generate RMI stubs.
If you choose to generate RMI stubs, static RMI-IIOP stubs are generated and put into the client JAR file.
Click OK to deploy the application.
deploy