The following procedure describes how to use the Administration Console to set the attributes for installing and deploying a new application. For additional information about Applications, please see "Deploying Applications" in the Administration Guide.
Installation
This section discusses how to install a new application in WebLogic Server using the Administration Console.
Start the WebLogic Server Administration Console.
Select the Domain in which you will be working.
In the Console, click Deployments.
Click the Applications option.
Click the Install a New Application Component option.
Enter the path of the .ear, .war, .jar, or .rar application in the text entry field, or click the Browse button to browse your file system and choose the application you want to install.
Click the Upload button to install the application. The new application is added under the Applications node in the left-hand pane.
Configuration and Deployment Tasks
This section discusses how to configure and deploy a new application using the Administration Console.
Configuring and Deploying Applications
To configure and deploy an application using the WebLogic Server Administration Console:
Start the WebLogic Server Administration Console.
Select the Domain in which you will be working.
In the left pane of the Console, click Deployments.
In the left pane of the Console, click the Applications. A table is displayed in the right pane of the Console showing all the deployed Applications.
Select the Configure a new Application option.
Locate the .ear, .war, .jar, or .rar file you would like to configure for use with WebLogic Server. You can also configure an "exploded" application or component directory. Note that WebLogic Server will deploy all components it finds in and below the specified directory.
Click the WebLogic icon to the left of a directory or file to choose it and proceed to the next step.
Enter a name for the application or component in the provided field and click Create.
Enter the following information:
Staging Mode—specify the staging mode. The options include server, nostage, and stage.
Deployed—using the provided checkbox, indicate whether the .ear, .war, .jar, or .rar file should be deployed upon creation.
To configure components for the application, click the Configure Components in this Application.
The Components table is displayed. Click a component to configure.
Using the available tabs, enter the following information:
Configuration—Edit the staging mode and enter the deployment order.
Targets—Indicate the Targets-Server for this configured application by moving the application from the Available list to the Chosen list.
Deploy—Deploy the application to all of the selected targets or undeploy it from all targets.
Monitoring—View monitoring information related to the application.
Notes—Enter notes related to the application.
Click Apply.
Viewing Deployed Applications
To view a deployed application in the Administration Console:
In the Console, click Deployments.
Click the Applications option.
View a list of deployed applications in the table displayed in the Console.
Undeploying Deployed Applications
To undeploy a deployed application from the WebLogic Server Administration Console:
In the Console, click Deployments.
Click the Applications option.
In the displayed table, click the name of the application you wish to undeploy.
Click the Configuration tab, and deselect the Deployed check box.
Click Apply.
Updating Deployed Applications
To update a deployed application:
In the Console, click Deployments.
Click the Applications option.
In the displayed table, click the name of the application you wish to update.
Update the Application Name and Deployed status as needed.
Click Apply.
To add a module to a deployed application and deploy the added module:
Add the module by redeploying the application, using steps 1-5 above.
Click the module's name in the table in the Deployments-->Applications tab.
Select the Targets tab.
Move the desired server from the Available area to the Chosen area, and click Apply.