eclipse 错误:
two or more web modules defined in the configuration have the same context root(/项目名)。to start this server you will need to remove the duplicate(s)
解决方案: 原因是因为你在tomcat 的server.xml中,重复增加了项目造成的,删除重复加载的项目,重新运行。错误解决。
two or more web modules defined in the configuration have the same context root(/项目名)。to start this server you will need to remove the duplicate(s)
解决方案: 原因是因为你在tomcat 的server.xml中,重复增加了项目造成的,删除重复加载的项目,重新运行。错误解决。