Re: Struts and welcome-file-list

2007-02-11 Thread Martin Gainty
riginal Message - From: "Nicolas Laplante" <[EMAIL PROTECTED]> To: Sent: Sunday, February 11, 2007 11:29 PM Subject: Struts and welcome-file-list > My website's homepage is the index action: /index.do. > > In web.xml, I configured the welcome-file-list like this:

Re: Struts and welcome-file-list

2007-02-11 Thread Saul Qunming Yuan
@struts.apache.org Sent: Sunday, February 11, 2007 10:29 PM Subject: Struts and welcome-file-list My website's homepage is the index action: /index.do. In web.xml, I configured the welcome-file-list like this: index.do When I access the application with no acti

Re: Struts and welcome-file-list

2007-02-11 Thread Dave Newton
--- Nicolas Laplante wrote: > How can I tell the container to serve index.do when > no filename is provided? Try forwarding to the action from an index.jsp. d. Expecting? Get great news right away with email

Struts and welcome-file-list

2007-02-11 Thread Nicolas Laplante
My website's homepage is the index action: /index.do. In web.xml, I configured the welcome-file-list like this: index.do When I access the application with no action or filename, I get the directory listing. It is not serving the homepage as configured in the above snippet. How can