Step by Step process , How to deploy your war file or dynamic web project into the your weblogic server .
Steps to follow for web application Deployment in weblogic server 12c
==============================================================
I] . Start the Admin Server and Managed Server.
To start the Administration Server:
1. Open a command prompt on the computer on which you created the domain.
2. Change to the directory in which you created the domain.
For example: C:\Oracle\Middleware\user_projects\domains\base_domain\bin
3.Run the available start-up script.
4.Weblogic Administration Server Started in Running Mode.
Step II]
Navigate to Administration console http://localhost:7001/console and login.
Step III]
Navigate Domain Environment to Deployments. Lock the console.
Step IV]
click the ‘Install’ button.
Step V]
Browse to the location on your file system and select Application war, jar, ear File . Click the radio button next to the .war file and click ‘Next’ .
Step VI]
‘Install this deployment as an application’ is selected. Click ‘Next’.
Step VII]
Select deployment targets e.g. AdminServer
Step VIII]
Click ‘Next’ again to accept the defaults in this next pane.
Step IX]
Then click ‘Finish’.
Step X]
Click the ‘Save’ button and Activate Changes by clicking on button on left as shown in screen below. The application has been ‘prepared’, but not yet deployed at this point.
Step XI]
Again navigate to the Domain Structure then select ‘Deployments’ link. In the Summary of Deployments, check the box next to your application and click the ‘Start’ button. Select ‘Servicing all requests’. Click Yes to continue.
Step XII]
If the state of your deployment says ‘Active’, you have successfully deployed your Web application to Weblogic.
Test application deployment using Weblogic Administration Console
1. Navigate to Domain Structure then select ’Deployments’.
2. In the Summary of Deployments page, click on the name of the deployed Web application.
3. Select the ‘Testing’ tab . Click the link to launch it .
(OR)
3. open browser and enter application URL in browser and click enter.
#TeamLead
#warDeployment
#EARDeployment