Re: Clean url for home page

2004-03-31 Thread Jan Peter Hecking
John Boyes wrote: I would like to have a clean url for my site's home page (built with Struts) displayed to the user. e.g http://www.mysite.com not http://www.mysite.com/home.do or http://www.mysite.com/index.jsp Is there a straightforward way to accomplish this, while still processing a Struts

Re: Clean url for home page

2004-03-31 Thread Bill Siggelkow
Actually, as I recall a welcome-file cannot be a servlet path but must be a JSP or static page. First, you will want to set 'index.jsp' as the welcome file. Then to achieve what you want you want (that is, the web app is accessed at http://www.mysite.com) you need to configure the application to

RE: Clean url for home page

2004-03-31 Thread Tuncay Baskan \(Yazilim Muh. - Proje Gel. ve Uyg. Gr.\)
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of John Boyes > Sent: 31 Mart 2004 Çarşamba 15:42 > To: [EMAIL PROTECTED] > Subject: Clean url for home page > > I would like to have a clean url for my site's home page > (built with

Clean url for home page

2004-03-31 Thread John Boyes
I would like to have a clean url for my site's home page (built with Struts) displayed to the user. e.g http://www.mysite.com not http://www.mysite.com/home.do or http://www.mysite.com/index.jsp Is there a straightforward way to accomplish this, while still processing a Struts action in the req