Exception starting filter struts2

    xiaoxiao2026-05-21  4

    devMode模式是开发模式,开启它则默认开启了i18n.reload、configuration.xml.reload。这个错误是由于configuration.xml.reload设置为true造成的。。你看看你的tomcat是不是安装目录有空格??这个错误在apach官方中有说明的。 像这个E:\Program Files\tomcat6.0这样子是不行的,Program Files这里有空格。 解决办法: <constant name="struts.devMode" value="true"/> 或者把下面这个true改成false <constant name="struts.configuration.xml.reload" value="true"/> 或者: 将tomcat的安装目录改到没有空格的路径
    转载请注明原文地址: https://ju.6miu.com/read-1309903.html
    最新回复(0)