summaryrefslogtreecommitdiffstats
path: root/authz-service/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'authz-service/start.sh')
-rw-r--r--authz-service/start.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/authz-service/start.sh b/authz-service/start.sh
deleted file mode 100644
index 8b7b693a..00000000
--- a/authz-service/start.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-
-LIB=/media/sf_Users/sg481n/AAF-DOC/authz/authz-service/target/opt/app/aaf/authz-service/lib
-
-ETC=/media/sf_Users/sg481n/AAF-DOC/authz/authz-service/target/opt/app/aaf/authz-service/etc
-DME2REG=/media/sf_Users/sg481n/AAF-DOC/authz/authz-service/target/opt/dme2reg
-
-echo "this is LIB" $LIB
-echo "this is ETC" $ETC
-echo "this is DME2REG" $DME2REG
-
-CLASSPATH=$ETC
-for FILE in `find $LIB -name *.jar`; do
- CLASSPATH=$CLASSPATH:$FILE
-done
-java -classpath $CLASSPATH -DDME2_EP_REGISTRY_CLASS=DME2FS -DAFT_DME2_EP_REGISTRY_FS_DIR=$DME2REG org.onap.aaf.authz.service.AuthAPI
-
-
-
-
-
-