[问题解决] File /struts-tags not found
生活随笔
收集整理的這篇文章主要介紹了
[问题解决] File /struts-tags not found
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
錯誤:
org.apache.jasper.JasperException: File "/struts-tags" not found
發生場景:
tomcat服務器
解決方案:
將tomcat中的server.xml文件配置:
改成
<Host name="localhost" appBase="webapps" .....> <Context path="/" docBase="項目名稱(即webapps目錄的文件名)" reloadable="true" caseSensitive="false" debug="0"></Context> </Host>?
轉載于:https://www.cnblogs.com/maocaoliu/p/3216612.html
總結
以上是生活随笔為你收集整理的[问题解决] File /struts-tags not found的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Collection View Prog
- 下一篇: Request请求总结