Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created April 23, 2012 07:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save sergiolopes/2469299 to your computer and use it in GitHub Desktop.
Save sergiolopes/2469299 to your computer and use it in GitHub Desktop.
Arquivo de configuração do Weld no Tomcat (crie dentro da pasta META-INF)
<?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