Skip to content

Commit

Permalink
fix jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jun 28, 2010
1 parent 153eb8a commit 0bc092a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jsf/permalink/pom.xml
Expand Up @@ -346,6 +346,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.5.10</version>
<scope>runtime</scope>
</dependency>

Expand Down
3 changes: 2 additions & 1 deletion jsf/permalink/src/main/webapp-jetty/WEB-INF/jetty-env.xml
Expand Up @@ -23,7 +23,7 @@
02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<Configure id="webAppCtx" class="org.mortbay.jetty.webapp.WebAppContext">
<New id="beanManager" class="org.mortbay.jetty.plus.naming.Resource">
<New class="org.mortbay.jetty.plus.naming.EnvEntry">
<Arg><Ref id="webAppCtx"/></Arg>
<Arg>BeanManager</Arg>
<Arg>
Expand All @@ -33,5 +33,6 @@
<Arg/>
</New>
</Arg>
<Arg type="boolean">true</Arg>
</New>
</Configure>

0 comments on commit 0bc092a

Please sign in to comment.