[jboss-user] [Microcontainer] - Re: configure and start jboss mc

2009-06-24 Thread jaikiran
This is a good start http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239635#4239635 Reply to the post :

[jboss-user] [Microcontainer] - Re: configure and start jboss mc

2009-06-24 Thread gurkanerdogdu
cuthbe wrote : All can someone point me in the direction of the documents for configuring and starting jboss mc There are several classes you can look at BasicBootstrap,StandaloneBootstrap, AbstractBootstrap You can use Basic and Standalone using its main methods. View the original post :

[jboss-user] [Microcontainer] - Re: configure and start jboss mc

2009-06-24 Thread alesj
There are simple demos + bootstrap in MC demos project: - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/ And the app. server's bootstrap has also been stripped out into separate project: - http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk/ View the

[jboss-user] [Microcontainer] - Re: configure and start jboss mc

2009-06-24 Thread gurkanerdogdu
alesj And the app. server's bootstrap has also been stripped out into separate project: - [url wrote : http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk/[/url] I think, for JBoss AS, basically it reads the bootstrap.xml file from the *conf/* location and start the magic from