This blog explains about deploying and undeploying an ADF application using Jdeveloper and Weblogic Console
Please refer to How to create Deployment Profiles to create deployment profiles.
- Establish Application server connection in Jdeveloper
- Choose View->ApplicationServerNavigator
- Right click on 'Application Servers' -> 'New Application Server Connection'
- Choose 'Standalone Server' -> Next
- Give Meaningful name to 'Connection' - Choose Connection type as 'weblogic 10.3' ->Next
- Enter login credentials
- Enter host name, port numbers, Leave default option to 'Always use SSL', Weblogic Domain Name->Next
- Click on 'Test Connection' ensure all the tests successful.
- Click on 'Finish', After successful creation you will see newly created server connection as shown below.
- ------------------- Deploying from Jdeveloper -----------------------------
- Right click on Application, Choose the 'EAR' deployment profile
- Choose 'Deploy to Application Server' option, Next
- Choose the appropriate application server you want to deploy,Next
- If the Weblogic server has too many managed servers or connections, then select the appropriate one and click on 'Finish'
- Verify the deployment process in log window, ensure Deployment is successful.
------------------------ Undeploying from Jdeveloper ----------------------------
- Choose View->Application Server Navigator
- Expand the Application Servers, select the one which has application deployed and expand.
- Expand 'Deployment' folder, Select the application which you want to undeploy, Right click and choose 'Undeploy'