You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ADF EAR deployment to Oracle JCS through ANT script

edited Jul 21, 2017 7:00AM in Middleware

Summary

ADF EAR deployment to Oracle JCS through ANT script

Content

Hi Expert,

I am trying to deploy EAR file to Oracle JCS through ANT script but somehow it's not working. I am using below script which I found from Oracle site.

<project name="sample-how-to-use-ant" default="all" basedir="."

            xmlns:javacloud="antlib:oracle.javacloud.antlib">

            <path id="javacloud.classpath">

                <pathelement location="${SDK_HOME}/lib/ant-javacloud.jar"/>

            </path>

            <taskdef uri="antlib:oracle.javacloud.antlib" resource="oracle/javacloud/antlib.xml" classpathref="javacloud.classpath"/>

<path id="local.classpath">

                <pathelement path="${SDK_HOME}/lib/localextension.jar"/>

                <pathelement path="${SDK_HOME}/lib/whitelist.jar"/>

                <pathelement path="${ORACLE_HOME}/lib/weblogic.jar"/>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!