diff options
author | su622b <sunil.unnava@att.com> | 2018-03-22 17:39:23 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-03-22 17:40:50 -0400 |
commit | 6c881fc1fbc617c368f17044419e4fc0ae59c5e7 (patch) | |
tree | 4ac6ff4b59111dc56f441823f5aa575da4f8bdfa /antBuild | |
parent | 4eb8f3f52093960a6a62c6c07409e8d26fd5f276 (diff) |
changes for docker deployment
Issue-ID: DMAAP-338
Change-Id: I328cd941e493fa151383b12e008a1d220a242345
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'antBuild')
-rw-r--r-- | antBuild/build.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/antBuild/build.xml b/antBuild/build.xml index e5ea26f..18ba18a 100644 --- a/antBuild/build.xml +++ b/antBuild/build.xml @@ -29,8 +29,7 @@ <!-- Windows Users may need to add a jvmarg arg to create a temp directory properly. --> <!-- <jvmarg value="-Djava.io.tmpdir=C:/yourTempDirectory"/> --> - <!-- Uncomment the following 2 jvmarg values to enable Remote Debugging. Please, see - http://wiki.web.att.com/display/ajsc/Debugging+with+the+AJSC+-Remote+Debugging+Setup + <!-- Uncomment the following 2 jvmarg values to enable Remote Debugging. for more information on how to setup Remote Debugger --> <!-- <jvmarg value="-Xdebug" /> --> <!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5432" /> --> @@ -153,7 +152,7 @@ <!-- extApps directory MUST be created for ajsc-runner to run correctly, even if empty. DO NOT REMOVE!!! --> <!-- extApps directory created to deploy other war files on startup or hot deploy War files after ajsc - starts up. See http://wiki.web.att.com/display/ajsc/Multiple+War+Deployment+within+the+AJSC for more info --> + starts up. --> <mkdir dir="${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/extApps" /> <!-- Copying any extra wars to $AJSC_HOME/extApps to be deployed within @@ -164,8 +163,7 @@ <!-- staticContent folder is for serving static content within an ajsc service. Any static content to be served will be copyied to the ultimate $AJSC_HOME/staticContent folder and can be served with the att-static-content - camel component. Please, see http://wiki.web.att.com/display/ajsc/att-static-content for more information - on serving static content. --> + camel component. --> <!-- Uncomment the following snippet to copy items from staticContent folder to ultimate $AJSC_HOME/staticConent --> <!-- <copy toDir="${basedir}/target/swm/package/nix/dist_files${distFilesRoot}/staticContent" |