tomcat部署时出现以下错误
tomcat部署时出现以下错误
Deployment ? failure ? on ? Tomcat ? ? 6.x. ? Could ? not ? copy ? all ? resources ? to ? D:\Java\tomcat6\webapps\fmc-sexy-rainbow. ? If ? a ? file ? is ? locked, ? you ? can ? wait ? until ? the ? lock ? times ? out ? to ? redeploy, ? or ? stop ? the ? server ? and ? redeploy, ? or ? manually ? remove ? the ? deployment ? at ? D:\Java\tomcat6\webapps\fmc-sexy-rainbow???
后来发现从svn里down下来的工程,classpath存在问题,重新build引入jar包,重新编译后部署 哦了