Did you configure the Seam Resource Servlet in your web.xml?
<servlet-name>Seam Resource Servlet</servlet-name>
<servlet-class>org.jboss.seam.servlet.ResourceServlet</servlet-class>
<servlet-mapping>
<servlet-name>Seam Resource Servlet</servlet-name>
<url-pattern>/seam/resource/*</url-pattern>
</servlet-mapping>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024148#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...