You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Peter Alfors <pe...@irista.com> on 2001/03/05 18:27:20 UTC

initial action

Hello,

    I noticed some messages in the archives that explain how to have the
initial page be an action.
It appears that adding this block:

   <welcome-file-list>
     <welcome-file>index.do</welcome-file>
   </welcome-file-list>

directly after the servlet definition in the web.xml should do the
trick.  However, as others have replied, I am receiving the directory
listing rather than executing the specified action.

Has anyone been able to get this to work?

Thanks,
    Pete