Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created April 23, 2012 07:08
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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