Why welcome-file-list is not working if I remove struts2 .action extension?

前端 未结 2 794
一整个雨季
一整个雨季 2021-01-06 01:07

I have a problem if I remove the .action extension inside my Struts2 application. I put this in my struts.xml:



        
2条回答
  •  臣服心动
    2021-01-06 02:06

    I had same issue, but solved!!!!
    If u use

     
    

    in struts.xml
    then put welcome file as

    index.jsp 
    

    in web.xml
    and give the action in struts.xml as follows

    
        
            WEB-INF/login.jsp
        
    
    

提交回复
热议问题