Re: forward www.myserver.net to an action

2005-12-14 Thread Dave Newton
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 momen

RE: forward www.myserver.net to an action

2005-12-14 Thread Lesaint Sébastien
could. - I'm curious :) -Message d'origine- De : Michael Jouravlev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 décembre 2005 19:11 À : Struts Users Mailing List Objet : Re: forward www.myserver.net to an action On 12/14/05, Lesaint Sébastien <[EMAIL PROTECTED]> wrot

Re: forward www.myserver.net to an action

2005-12-14 Thread Michael Jouravlev
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

forward www.myserver.net to an action

2005-12-14 Thread Lesaint Sébastien
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 tag tha