This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to auto start a jar?adrian.brock Mar 12, 2003 11:28 PM (in response to c-phi)Jboss does not execute jars, it justs adds them 
 to the classpath.
 Regards,
 Adrian
- 
        2. Re: How to auto start a jar?sanne Mar 13, 2003 5:18 AM (in response to c-phi)If you want to start a piece of code consider writing a MBean. A MBean can be deployed using a .sar file. 
 For a very quick introduction read:
 http://www.tiburon-e-systems.com/nl20020701/article.html
 Almost everything in JBoss is a MBean: it's a usefull concept to learn. Make your own service! Startable, stoppable, manageable via the jmx console.
 There's alot of docu around on the web.
 Sanne
 
    