java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

后端 未结 7 1758
执念已碎
执念已碎 2020-12-03 03:17

I have an old struts 1 app that has always been built using Ant, which I\'m converting to use Maven instead. The structure of my app is modular, with dependency management i

相关标签:
7条回答
  • 2020-12-03 03:56

    In my case the problem is fixed by setting the right permissions for the tomcat home path:

    cd /opt/apache-tomee-webprofile-7.1.0/
    chown -R tomcat:tomcat *
    
    0 讨论(0)
提交回复
热议问题