-
1. Re: XFFDS Server on Jboss /AOP framework
pilhuhn Sep 20, 2004 1:56 PM (in response to ctaunk)Sounds interesting. Show me the code.
-
2. Re: Closing DataBaseManager shutdowns JBoss4.0 too
starksm64 Sep 20, 2004 2:17 PM (in response to ctaunk)Then don't use it. You can also shutdown the server from the jmx console so if you don't want that, secure it or remove it.
-
3. Re: Closing DataBaseManager shutdowns JBoss4.0 too
ctaunk Sep 20, 2004 3:01 PM (in response to ctaunk)What I don't understand is why should the App Server shut down when I close the HSQL DatabaseManager Applet?
-
4. Re: Closing DataBaseManager shutdowns JBoss4.0 too
starksm64 Sep 20, 2004 6:11 PM (in response to ctaunk)Because its an app that calls System.exit when it should not.
-
5. Re: Closing DataBaseManager shutdowns JBoss4.0 too
genman Sep 20, 2004 6:47 PM (in response to ctaunk)
In 1.7.2, you can add "-noexit" to the args you pass into DatabaseManager.main() and it won't quit... -
6. Re: Closing DataBaseManager shutdowns JBoss4.0 too
starksm64 Sep 20, 2004 7:01 PM (in response to ctaunk)Ok, can you patch the service to do this by default.
-
7. Re: Closing DataBaseManager shutdowns JBoss4.0 too
adrian.brock Sep 20, 2004 8:11 PM (in response to ctaunk)Slightly off topic:
Elias, can you apply your changes (including your other recent changes)
to the other active branches
Branch_4_0 and jboss-head
If you only apply them to jboss-3.2 they will get lost.
It also causes a big problem for other people who want to port fixes in the same
classes. -
8. Re: Closing DataBaseManager shutdowns JBoss4.0 too
ctaunk Sep 22, 2004 11:07 AM (in response to ctaunk)>>In 1.7.2, you can add "-noexit" to the args you pass into DatabaseManager.main() and it won't quit...<<
How would I do this from jmx-console?