场景:有时候启动tomcat的时候启动不了
详细提示信息:
Could not publish server configuration for Tomcat v8.5 Server at localhost.
Multiple Contexts have a path of "/GisqPlatformExplorer".
提示:/GisqPlatformExplorer名称重复
解决方法:删除本地server.xml中的 Context标签,重新启动启动成功。
参考博主:https://blog.csdn.net/qq_42908549/article/details/100062385