Databases Reference
In-Depth Information
Getting ready
An application file named myAuthApp.war will be deployed and configured using the
Administration Console, so make sure the Administration Server is running.
How to do it...
Deploy myAuthApp.war to PROD_Cluster :
1. Create a new application installation directory using the syntax: /oracle/applicat
ions/<environment>/<application>/<version> :
[wls@prod01]$ mkdir -p /oracle/applications/prod/myAuthApp/v1
[wls@prod01]$ cd /oracle/applications/prod/myAuthApp/v1
2. Create two directories using the following commands:
[wls@prod01]$ mkdir app
[wls@prod01]$ mkdir plan
3. Copy the myAuthApp.war file to the app directory.
4. Access the Administration Console at http://adminhost.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
on the left-hand side navigation table.
7. Click on the Install button to install a new application.
8. Type the path /oracle/applications/prod/myAuthApp/v1/app and click
on Next.
9. Select myAuthApp.war 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. Select the Custom Roles and Policies: Use only roles and policies that are defined
in the Administration Console radio button from the Security tab and click on the
Finish button.
13. A new deployment plan file called Plan.xml will automatically be created in /
oracle/applications/prod/myAuthApp/v1/plan .
14. Click on the Activate Changes button to apply the changes.
 
Search WWH ::




Custom Search