[OT] RE: Hiding the .do part in the site address

2004-04-09 Thread Wendy Smoak
> From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] > Nope :-) Yes, I stand corrected by Craig already. Tomcat used to redirect, and I'd occasionally dig up an ancient bug report where the decision was made in order to convince people that no, you can't make it stop redirecting. But now you

Re: Hiding the .do part in the site address

2004-04-09 Thread Christian Bollmeyer
On Friday 09 April 2004 22:42, Craig McClanahan wrote: > Wendy Smoak wrote: > >>From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] > >>Already tried s/th like > >>in your index.jsp? :-) > > > >But then the URL will still have 'index.jsp' in it, at least if > > Tomcat is involved. IIRC, Tomcat re

Re: Hiding the .do part in the site address

2004-04-09 Thread Christian Bollmeyer
On Friday 09 April 2004 21:56, Wendy Smoak wrote: > > From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] > > Already tried s/th like > > 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

Re: Hiding the .do part in the site address

2004-04-09 Thread Craig McClanahan
Wendy Smoak wrote: From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Already tried s/th like 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

RE: Hiding the .do part in the site address

2004-04-09 Thread Wendy Smoak
> From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] > Already tried s/th like > 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 n

Re: Hiding the .do part in the site address

2004-04-09 Thread Christian Bollmeyer
On Friday 09 April 2004 21:33, Erez Efrati wrote: Already tried s/th like in your index.jsp? :-) HTH, -- Chris. > Hi, > > Like all Struts application I have the index.jsp redirecting the user > client to my "home.do" struts action. > > Is it possible to get rid of the "home.do" in the address

RE: Hiding the .do part in the site address

2004-04-09 Thread MARU, SOHIL (SBCSI)
Use the to specify the home page in your web.xml. That should allow you to get to the home page without .do. -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 2:33 PM To: 'Struts Users Mailing List' Subject: Hiding the .do part i

Hiding the .do part in the site address

2004-04-09 Thread Erez Efrati
Hi, Like all Struts application I have the index.jsp redirecting the user client to my "home.do" struts action. Is it possible to get rid of the "home.do" in the address bar so at least in the site home page the site address will show a clean address of www.mysite.com