this is default implementation.
<welcome-file-list>
<welcome-file>Index.jsp</welcome-file>
</welcome-file-list>
i want to change like below
<welcome-file-list>
<welcome-file>login.action</welcome-file>
</welcome-file-list>
<action name="login" class="com.mm.authentication.Login">
<result name="success">/Index.jsp</result>
above implementation not working.
if anyone know how to do this, please let me know.