How to have the struts action being called from the
web.xml<welcome-file-list> configuration,
e.g. see below



<welcome-file-list>

   <welcome-file>/login.do</welcome-file>

 </welcome-file-list>



The thing that I know is that the JSP/html pages can be configured to be the
welcome page. So if above can't be done then I am planning to have a JSP
being called and then redirecting it to the action.



Please suggest the best approach.

Reply via email to