[jboss-user] [JBoss Seam] - Re: Seam Remoting Dependency?
shane.bryzak@jboss.com
do-not-reply at jboss.com
Wed Feb 28 15:49:26 EST 2007
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#4023957
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023957
More information about the jboss-user
mailing list