Friday, December 29, 2017

Deploying an ADF application from JDev to JCS weblogic server directly

Hi,

I would like to share the steps to deploy the ADF application from JDEv to JCS Weblogic ( or any standalone weblogic server ).

1. Create an Application Server connection from the JDev by giving Hostname, Port, Credentials , Weblogic Domain from below navigation.

 

a. Select Standalone server as below : 

                                           b. Give connection name :
c. Give server credentials with which you login to weblogic console.

                                         d. Give hostname, ports, domain name
                                          e. Next click on Test. The Test status would be shown as below
f. If all the tests are successfull, click on finish.

2. Select the required deployment profile from below menu :

    Application ==> Deploy

                     
               

The log will show the status of the deployment.
If the application context names are already use in server, the deployment might fail.
In such case, change the J2EE context of the application and redeploy.

3. Verify the deployment from JCS.

Thanks for reading,
Srikanth


No comments:

Post a Comment

Fusion BIP : How to show one parameter in report and pass different value to the datamodel

Hi All, There can be a scenario where we might need to show one value in the report and a different value to the actual query. Lets say a...