Michael Jouravlev wrote:

On 12/14/05, Lesaint Sébastien <[EMAIL PROTECTED]> wrote:
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.
Yeah, I don't see the big deal either.

On Tomcat I think I'd try changing the welcome file list and see if that worked; I don't know the equivalent onnnnn JBoss.

Dave

Reply via email to