Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

mrbyte2001/Cedexi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/* Copyright (C) 2010 Dirk Dreyer. 
 * Licensed under the Apache License, Version 2.0 (the "License"); 

Add CDI (e.g. Weld) in your classpath.
And add following line to your web.xml if you use a web 2.5 application.

 <!-- Weld Jetty Configuration parameters -->
    <listener>
        <listener-class>org.jboss.weld.environment.servlet.Listener</listener-class>
    </listener>
	
Be careful to put this listener after the springframework context-listener configuration.