Guide for starting and stopping the ZK Server on Aurora


Starting the server

Step 1:Switch to mw user .

Step 2:Go to ~/WebMwJetty/jetty-6.1.5 directory.

~ refers to the home directory of the mw user.

Step 3:Fire the following command

nohup java -Djetty.port=8090 -DSTOP.PORT=8091 -DSTOP.KEY=stop -jar start.jar &

Step 5:Fire tail -f nohup.out to see the server logs.


Stopping the server

Step 1:Switch to mw user .

Step 2:Go to ~/WebMwJetty/jetty-6.1.5 directory.

~ refers to the home directory of the mw user.

Step 3:Fire the following command

nohup java -Djetty.port=8090 -DSTOP.PORT=8091 -DSTOP.KEY=stop -jar start.jar --stop

Step 5:Fire tail -f nohup.out to see the server logs.