On Friday 09 April 2004 22:42, Craig McClanahan wrote: > Wendy Smoak wrote: > >>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. > > Whether the container does a forward or a redirect is container > dependent ... IIRC Tomcat 5 went back to using a forward for this. > > Craig
Thanks - learned something new :-) Well, so Resin, Oracle iAS, Orion and Tomcat 5 do a forward, while Tomcat 4.1.27 seems to do a redirect indeed. Strangely enough, Hans Bergsten's LWS 3 (which is built on the TC 4.1.27 core) does not. But it's too late tonight for further investigation :-) -- Chris. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]