publish:
"Publishing", they kind of mean "Deploying", or "Copying to the deploy directory", depending on what server you are using.
from stackoverflow
deploy
Deploying of wars is automatic by default
clean
Clean: Purges all webapps and redeploys them (don't do this while the Tomcat instance is running)
Clean working dir: Cleans out Tomcat's work dir, e.g. where compiled JSPs go.
http://www.coderanch.com/t/87174/Tomcat/Purpose-work-directory-Tomcat
remove
本文介绍了在不同服务器环境下部署项目的含义及操作方式,包括了发布、部署及清理等概念,并提供了具体的实例说明,如使用本地服务器进行应用部署的方法。
1494

被折叠的 条评论
为什么被折叠?



