Stopping K2 Server
}
# Make sure K2 server goes away
exit 0
if [ "$pid" != "" ] ; then
kill $pid
pidproc $1
if [ "$pid" != "" ] ; then
sleep 5
pidproc $1
if [ "$pid" != "" ] ; then
kill -9 $pid
fi
fi
fi
killproc k2server
# give it sometime to die
# if it still lives, use -9
123
Need help?
Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?