打开.project文件修改<name>WZOA</name> (Ctrl+Shift+R 检索.project 文件)项目名称
打开.classpath文件修改name="WZOA" context-root="/GSCRM"
archive="GSCRM.war">
<attributes>
<attribute name="webrootdir" value="WebRoot" />
(Ctrl+Shift+R 检索.classpath文件)项目名称
<?xml version="1.0" encoding="UTF-8"?>
<project-module
type="WEB"
name="GSCRM"
id="myeclipse.1347162351572"
context-root="/GSCRM"
j2ee-spec="5.0"
archive="GSCRM.war">
<attributes>
<attribute name="webrootdir" value="WebRoot" />
</attributes>
</project-module>
重新发布。