On 12/14/05, Lesaint Sébastien <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a Struts (1.2.4) webApp running on my server www.myserver.net. The 
> servlet mapping is "*.do". I want the user to be forward to the action 
> "index.do" when she requests "www.myserver.net".
>
> At the moment, I'm using a JSP "index.jsp" in the root directory of my webApp 
> with a <logic:forward> tag that forward to the "index" action (quite a common 
> practice I think).
>
> This works fine but relies much on HTTP redirect (to www.myserver.net/ and 
> then to www.myserver.net/index.jsp) and I would like to avoid that.

Why? This is a standard approach.

Michael.

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

Reply via email to