tomcat5.5 Error:cannot find the declaration of element 'web-app'

tomcat 启动:cannot find the declaration of element 'web-app'

星期一上班第一件事,测试组告诉我说:测试服务器连接不上,我看了一下自己也上不去,便查看了一下log,重启tomcat(程序在93)上。原来是连不上92数据库。
ping success;但telnet ***.***.**.** 3306 被拒绝 foreign host
外网连接数据库被拒绝,解决办法:
1.使用内网连接成功。
2.可以开放外网端口,重新连接,成功。

你可能感兴趣的:(tomcat,log)