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. I guess the solution belongs to some configuration work on the container (as the action servlet would not know about the request on www.myserver.net) or something like that. The webApp is running on JBoss 3.2.3 by the way. I was wondering if someone on the list ever encountered a similar issue and would not mind point me in the direction of one or more way to solve this. Thank you in advance, Seb' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]