Databases Reference
In-Depth Information
3. Copy the myApp.ear file to the app directory.
4. Access the Administration Console with your web browser at http://prod01.
domain.local:7001/console .
5. Click on the Lock & Edit button to start a new edit session.
6. Navigate to the Deployments page by clicking on the link in the domain structure.
7. Click on the Install button to install a new application.
8. Type the path /oracle/applications/prod/myApp/v1/app and click on Next.
9. Select myApp.ear from the list and click on Next.
10. Select Install this deployment as an application and click on Next.
11. Select the All servers from the cluster radio button from the PROD_Cluster cluster
and click on Next.
12. Leave the default options and click on the Finish button.
13. A new deployment plan file will automatically be created in /oracle/
applications/prod/myApp/v1/plan/Plan.xml .
14. Click on the Activate Changes button to apply the changes.
15. The application should be in a Prepared state. Start the application by selecting
the myApp checkbox and clicking on the Start button with the Servicing all
requests option.
How it works...
This procedure installs a simple enterprise application named myApp to the cluster
PROD_Cluster in the WebLogic domain.
The application is distributed to the cluster using the default deployment option stage mode.
In the stage mode deployment, the Administration Server prepares the myApp.ear file to be
copied to the stages directory of each of the Managed Servers of the cluster PROD_Cluster .
The directory is $DOMAIN_HOME/servers/<servername>/stage/<application> .
WebLogic will use this local copy until a new redeployment is made.
There's more...
There are many options to achieve the same results when deploying.
Deploying using the weblogic.Deployer tool
You can use the command-line tool weblogic.Deployer to make deployment changes
in a WebLogic domain.
 
Search WWH ::




Custom Search