aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/bin
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gs882h@att.com>2018-06-18 17:30:21 +0100
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-06-18 17:36:33 +0100
commitf518411876d6830d83d051a915f0b21bdfdcb43e (patch)
tree189fb1e3a7650159b0237f29d54a997b4ffbbf78 /src/main/bin
parent72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f (diff)
Add multi-oxm using schemaIngest library
Use the schemaIngest library to have the capability to deal with multiple OXM files Issue-ID: AAI-1192 Change-Id: Icbebbf475bcf9fc3808bc79b9fa95085db46ab77 Signed-off-by: gabriel sanchez <gabriel.sanchez@amdocs.com>
Diffstat (limited to 'src/main/bin')
-rw-r--r--src/main/bin/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/bin/start.sh b/src/main/bin/start.sh
index a54059b..ced887a 100644
--- a/src/main/bin/start.sh
+++ b/src/main/bin/start.sh
@@ -29,7 +29,7 @@ keytool -importkeystore -noprompt -deststorepass $PASS -destkeypass $PASS -srcke
## import into cacerts
sudo keytool -importkeystore -noprompt -deststorepass changeit -destkeypass changeit -destkeystore /$JAVA_HOME/jre/lib/security/cacerts -srckeystore $BASEDIR/config/auth/onap.p12 -srcstoretype PKCS12 -srcstorepass $PASS -alias tomcat
-
+PROPS="-DBASEDIR=$BASEDIR"
PROPS="-DAJSC_HOME=$AJSC_HOME"
PROPS="$PROPS -DAJSC_CONF_HOME=$AJSC_CONF_HOME"
PROPS="$PROPS -Dlogging.config=$BASEDIR/bundleconfig/etc/logback.xml"