Whether the container does a forward or a redirect is container dependent ... IIRC Tomcat 5 went back to using a forward for this.From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Already tried s/th like <jsp:forward page="/main.do" />
in your index.jsp? :-)
But then the URL will still have 'index.jsp' in it, at least if Tomcat is involved. IIRC, Tomcat redirects to the welcome page, so there's going to be something on the URL after the domain name.
I think this is more a function of what HTTP server and Servlet Container you're using than something to do with Struts.
Craig
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]