ENTESB-223 shows the issue we need to restart the Fuse ESB to let the server start again.
I just checked the CXF code, current server shutdown will set the servlet registry to be null which means even you start the server again, the CXFServlet will never know the server is back. It should be easy fix by not calling the destination.shutdown() method when the server is stopped.