remove unused properties

The properties AsterixWebServerPort and AsterixJSONAPIServerPort were
never read, but written in some places ..

Change-Id: If713cade15c2df2801ced43e8857e7f8ed5d3c36
Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/93
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <imaxon@uci.edu>
diff --git a/asterix-app/scripts/rainbow/startcc.sh b/asterix-app/scripts/rainbow/startcc.sh
old mode 100644
new mode 100755
index f986904..d5a8e8c
--- a/asterix-app/scripts/rainbow/startcc.sh
+++ b/asterix-app/scripts/rainbow/startcc.sh
@@ -16,6 +16,6 @@
 
 HYRACKS_HOME=/home/onose/src/hyracks
 
-export JAVA_OPTS="-Djava.rmi.server.hostname=128.195.52.177 -DAsterixConfigFileName=asterix-rainbow.properties -DAsterixWebServerPort=20001"
+export JAVA_OPTS="-Djava.rmi.server.hostname=128.195.52.177 -DAsterixConfigFileName=asterix-rainbow.properties"
 
 $HYRACKS_HOME/hyracks-server/target/hyracks-server-0.1.3.1-binary-assembly/bin/hyrackscc -port 2222 &> logs/cc.log &