Use wildcards:

<action path="action/*" parameter="{1}" />

Then, use a prefix mapping in your web.xml rather than the .do suffix.

Don

On Mon, 21 Mar 2005 21:23:51 +0100, Bernd Schiffer
<[EMAIL PROTECTED]> wrote:
> Hi.
> 
> I have a Struts webapp which can be called by
> DOMAIN/action.do?param=value . Is there a way to call it by
> DOMAIN/action/value ? I know how to do with httpd's mod_rewrite, but I'm
> looking for doing the same within my webapp.
> 
> Bernd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to