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
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
> -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
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
4 matches
Mail list logo