注册 登录
编程论坛 J2EE论坛

tomcat启动出错

lgdcky 发布于 2007-05-08 16:46, 859 次点击
我现在在eclipse中直接启动tomcat时会抛出org.xml.sax.SAXParseException异常,以前还从来没有出现过这样的异常过!
错误信息是:The reference to entity "hibernate" must end with the ';' delimiter.和
The reference to entity "filter" must end with the ';' delimiter.
请问为什么会出现这样的情况啊?要怎么改才行啊?
5 回复
#2
支离破碎2007-05-08 16:50
XML解析出错,看一下你hiberante的配置。
上面说:"The reference to entity "hibernate" must end with the ';' delimiter."
#3
lgdcky2007-05-08 20:05

那The reference to entity "filter" must end with the ';' delimiter.是怎么回事啊???

#4
神vLinux飘飄2007-05-09 09:01
意思是must end with the ';'
#5
lgdcky2007-05-09 09:27
…… 这个我知道!主要是哪个XML出错我不知道啊!
#6
黄袖标2007-05-10 13:29
用最小单元法,把配置一个一个加进去,加到哪个出错了就是哪个xml有问题,就是时间和耐心问题
1