Alex,

Hello,

When I have started Phoenix, how do I shut it down. Do I do this via the
ApplicationContext and how can I get one?


If you're launching from DOS shell, do Ctrl-C

If you've no access to that, or want programatic ..

For external to that VM, Invoke Shutdown via HTTP to the MX4J app on port 8082

For internal to that VM, do System.exit(0); or BlockCntext.requestShutdown();

For embedded ... Peter ?

- Paul


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to