On 6/27/06, Steven Mitchell <[EMAIL PROTECTED]> wrote:

You can make the Action Servlet servlet-mapping anything you want.  Rather than use /MyAction.do, I 
have used /do/MyAction for years. In fact, I usually have two servlet-mapping patterns for the 
Action servlet: "/do/*" and "logout".

There is a warning against having multiple servlet mappings at the
bottom of section 5.4.2.
* 
http://struts.apache.org/struts-action/userGuide/configuration.html#dd_config_mapping

I guess we should change that to "_may_ not work correctly," because
you're not the first person to mention doing this. :)

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to