Deployment to the WebLogic server
After archiving the application as an EAR file, we will have to deploy the application to the server. Before the deployment, we will have to make sure that all the shared libraries are available in the server to support the deployment and compilation of Java classes at runtime. The libraries are listed at the following URL:
http://docs.oracle.com/cd/E35521_01/admin.111230/e16179/ap_jdevlibs.htm
You will have to make sure that you have the correct web.xml
and weblogic-application.xml
files, and the data source connection defined correctly in your connections.xml
file for a successful ADF application deployment.
The application can be deployed to an integrated server or a standalone server. Deploying to a standalone server can be done either through the Administration Console page or through Enterprise Manager.
Integrated server
Deploying to an integrated server is automatically taken care of by JDeveloper and most of the time the developer will be running...