diff --git a/evaluation/demonstration/demo2_multiple_contexts/pythonHandlerScript.sh b/evaluation/demonstration/demo2_multiple_contexts/pythonHandlerScript.sh index 3ee608b304b9a5b317fb54649d4c2d4e7b3f4d9b..c9eb29b68534e5d43509f6dd0edbb188a58c277e 100755 --- a/evaluation/demonstration/demo2_multiple_contexts/pythonHandlerScript.sh +++ b/evaluation/demonstration/demo2_multiple_contexts/pythonHandlerScript.sh @@ -1 +1 @@ -python processRequest.py $1 \ No newline at end of file +python3 processRequest.py $1 diff --git a/evaluation/demonstration/demo2_multiple_contexts/run_demo.sh b/evaluation/demonstration/demo2_multiple_contexts/run_demo.sh index 7b3ed86aae7b02b9f2954ad0606637d619ef7e5d..8445eaa9dbb919f92849c07cdd7620ba3f3b2ae3 100755 --- a/evaluation/demonstration/demo2_multiple_contexts/run_demo.sh +++ b/evaluation/demonstration/demo2_multiple_contexts/run_demo.sh @@ -1,13 +1,13 @@ echo "Starting Middlebox" ../middlebox 8423 127.0.0.1:8423 webMiddlebox & - mboxpid=$(pidof ../mcmbox) + mboxpid=$(pidof middlebox) sleep .3 echo "Starting Server" ../server ./pythonHandlerScript.sh & - serverpid=$(pidof ../mcserver) + serverpid=$(pidof server) sleep .3