Tomcat部署项目时报错

错误信息如下:
Publishing failed with multiple errors
Error copying file WEB-INF\classes\businessgate.cer: 拒绝访问。
Error copying file static\js\system\authorityconfig\list.js: 拒绝访问。
Error copying file static\js\system\feedBack\feedBack.js: 拒绝访问。
Error copying file static\js\system\function\select.js: 拒绝访问。
Error copying file static\js\system\menuconfig\list.js: 拒绝访问。
Error copying file static\js\system\menuconfig\select.js: 拒绝访问。
Error copying file static\js\system\org\RegisterOrg.js: 拒绝访问。
Error copying file static\js\system\org\list.js: 拒绝访问。
Error copying file static\js\system\org\select.js: 拒绝访问。
Error copying file static\js\system\param\list.js: 拒绝访问。
Error copying file static\js\system\role\list.js: 拒绝访问。
Error copying file static\js\system\user\list.js: 拒绝访问。
Error copying file static\js\system\user\select.js: 拒绝访问。
Error copying file static\js\weline\ajaxfileupload\ajaxfileupload.js: 拒绝访问。
Error copying file static\js\weline\ajaxfileupload\jquery.js: 拒绝访问。

猜测可能是某个程序占用了文件,找到那个程序关掉就可以了。

估计是你的tomcat配置有问题,或者就是你的tomcat有问题,不行就删了重新配一个

系统文件目录 权限问题,请知悉

看下权限问题,这个是权限出问题了。

是不是被别的端口占用了

某个程序占用了文件,找到那个程序关掉就可以了