HANDLE_PID=`ps -ef |grep handle\.jar| awk '/^ *handle/ {print $2}'` if [ "$HANDLE_PID" != "" ]; then echo "Stopping handle..." su handle -c "kill $HANDLE_PID" else echo "Cannot find handle process to stop." exit 2 fi ;;
Hi,
Currently looking at implemention details for the handle service under Linux.
Starting the server manually is simply not an acceptable option.
Is anyone using a Java Service Wrapper to start/stop the handle server. e.g.:
http://wrapper.tanukisoftware.com/doc/english/introduction.html
Alternatively, is there anyone using home grown start/stop scripts using Xvfb for the console?
Any other suggestions?
Cheers,
_______________________________________________ Handle-Info mailing list Handle-Info@cnri.reston.va.us http://www.handle.net/mailman/listinfo/handle-info