[jboss-user] [JBoss Seam] - Re: How to hide

wschwendt do-not-reply at jboss.com
Mon Sep 17 10:17:34 EDT 2007


The idea is to change the mapping for the Seam servlet from extension based mapping to path based mapping.  See Servlet specification or a book about Servlets.

Or alternatively, when the use of extension based mapping should be continued, the  URL pattern for the extension could be changed from <url-pattern>*.seam</url-pattern>
to another extension.

In both cases the <servlet-mapping> in the web.xml config file needs to be edited.

But I cannot experiment with this now.   Perhaps you or another user can and then describe here in this thread what changes you made in web.xml and whether this worked.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085070#4085070

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085070



More information about the jboss-user mailing list