Ah, yes. I did not notice this problem.
You need to go into
jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml
and change the following line:
<attribute name="UseJBossWebLoader">false</attribute>
to read:
<attribute name="UseJBossWebLoader">true</attribute>
in order to make the example work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989077#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...