Skip to content

Commit

Permalink
WBX-15
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Apr 6, 2009
1 parent ade8251 commit 56e7b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/en-US/environments.xml
Expand Up @@ -51,14 +51,14 @@ $ ant update</programlisting>
</section>

<section>
<title>Tomcat</title>
<title>Tomcat (or any plain Servlet container)</title>

<para>Web Beans can be used in Tomcat 6.0.</para>

<note>
<para>
Web Beans doesn't support deploying session beans, injection using
<literal>@EJB</literal>, <literal>@Resource</literal>, or
<literal>@EJB</literal>, or
<literal>@PersistenceContext</literal> or using transactional events
on Tomcat.
</para>
Expand Down Expand Up @@ -122,7 +122,7 @@ $ ant update</programlisting>
</para>

<programlisting><![CDATA[<listener>
<listener-class>org.jboss.webbeans.environment.tomcat.Listener</listener-class>
<listener-class>org.jboss.webbeans.environment.servlet.Listener</listener-class>
</listener>]]></programlisting>

<para>
Expand Down

0 comments on commit 56e7b28

Please sign in to comment.