Hi folks, I have made tremendous progress on the Terracotta server plugin for Geronimo. It installs from a repository and I can start the server just fine within Geronimo.
But the problem I am having now is the stop. I am unable to use the TCStop because it does a full shutdown which ultimately ends with a System.exit(), which certainly is not good for embedded implementations, since it shuts down Geronimo too :-( Therefore I went to save the server object when I created it and I just called stop() when I want to shut down the TCServer. This effectively stops the server on 9510, but it leaves the 9520 (JMXServer) server running. But I need to shut that down too. Basically, I want to do the equivalent of a shutdown() without the System.exit(). Ideas on how to do this? Thanks, Jeff _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
