找不到NBS项目,从网上查了下,说server.xml配置问题,原来都好好的啊
还有就是我的jsp页面修改后,必须要重启tomcat才可以生效,这是为什么呢,求高手回答。
怪我咯2017-04-18 09:31:55
Title...This question is a warning, not an error.
Besides, it’s not what you said The NBS project cannot be found.
This line of warning is reported by digester, which is the xml loading framework used by tomcat. The above warning just means that your server.xml contains a source element, but this element should not be there. Check it out and see.
However, this warning does not affect the normal startup of tomcat, because the source element will be ignored.
In addition, JSP needs to restart tomcat to take effect because tomcat is not enabledConfiguration hot takes effect, just configure it.