You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bryce Nesbitt <br...@obviously.com> on 2006/09/27 23:41:15 UTC

Tutorial on altering the .do extension?

Can anyone point me to a tutorial on alternatives to the "*.do"
extension for Struts?
We'd like to mix our legacy ".do" extensions with technology-neutral
extensions.  Thanks!

                         -Bryce Nesbitt

-- 
----
Visit http://www.obviously.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Tutorial on altering the .do extension?

Posted by Wendy Smoak <ws...@gmail.com>.
On 9/27/06, Bryce Nesbitt <br...@obviously.com> wrote:

> Can anyone point me to a tutorial on alternatives to the "*.do"
> extension for Struts?
> We'd like to mix our legacy ".do" extensions with technology-neutral
> extensions.  Thanks!

Take a look a this article, "Struts URLs for Perfectionists".  The
author maps static content by extension (*.js, *.css, etc.,) and then
lets the ActionServlet handle everything else.

   http://www.lunatech.com/archives/2005/07/29/struts-urls

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Tutorial on altering the .do extension?

Posted by Don Brown <do...@gmail.com>.
You can map the ActionServlet to any extension you'd like, however,
you cannot currently map it to multiple extensions.

Don

On 9/27/06, Bryce Nesbitt <br...@obviously.com> wrote:
> Can anyone point me to a tutorial on alternatives to the "*.do"
> extension for Struts?
> We'd like to mix our legacy ".do" extensions with technology-neutral
> extensions.  Thanks!
>
>                          -Bryce Nesbitt
>
> --
> ----
> Visit http://www.obviously.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org