Friday, August 30, 2019

12c Jdeveloper - How to create integrated Application server to deploy composites directly to server



Step 1: Go to windows tab >> Application servers.

Step 2: Right click on the Application Servers and click on New Application server.

Step 3: Choose Integrated Server.

Step 4: Provide a name 

Step 5: Provide User and Password.

Step 6: Provide the host,domain names etc.

Step 7: Test connection .







No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...