Skip to content

Instantly share code, notes, and snippets.

@MarcosiOSdev
Created February 6, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcosiOSdev/2d9ba77ed1370eed8f7c to your computer and use it in GitHub Desktop.
Save MarcosiOSdev/2d9ba77ed1370eed8f7c to your computer and use it in GitHub Desktop.
Weld no Tomcat para o CDI
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Manager pathname=""/> <!-- disables storage of sessions across restarts -->
<Resource name="BeanManager"
auth="Container"
type="javax.enterprise.inject.spi.BeanManager"
factory="org.jboss.weld.resources.ManagerObjectFactory"/>
</Context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment