Hi, you can put OWB in your webapp
then the way you boot it depend on what you expect. For simple case CdiCtrl of DeltaSpike can be enough in a context listener, for more advanced case (integration with servlets) you can need tomcat listeners of openwebbeans-tomcatX modules *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/16 Luc <[email protected]> > Hello, > > I've been using Weld as CDI-implementation in a Tomcat 6 webapp deployment > project. > Now, I was triying to move to OpenWebBeans, to test if the webapp > perfomance was better, but I'm facing a few problems / differences, that > I'd like to check before continue. > > First is deployment: as I've read here[1], the owb plugins and CDI spec > must be in the tomcat/lib folder, is it right? > > The problem in my case is that *not all the deployed tomcat webaps are CDI > *, and I don't want them to be coupled with. > > > I also wanted to review documentation from the Apache project web, like > the tomcat one[2], but all is "not found". Is this correct? > > Thanks! > > [1]: http://java.dzone.com/articles/using-apache-openwebbeans > [2]: http://openwebbeans.apache.org/openwebbeans-tomcat6/index.html > -- > Lucas > >
