No problem - it has been superseded by SeamResourceServlet, which will only expose the
remoting stuff if the remoting jar is in the classpath:
| <servlet>
| <servlet-name>Seam Resource Servlet</servlet-name>
|
<servlet-class>org.jboss.seam.servlet.ResourceServlet</servlet-class>
| </servlet>
|
| <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=4023957#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...