Jar file failed to load in tomcat webapps

前端 未结 4 1383
野趣味
野趣味 2021-01-31 09:33

This is what the error i got when i try to deploy maven project to tomcat

mvn tomcat7:deploy

Error :



        
4条回答
  •  广开言路
    2021-01-31 10:23

    This is just an warning that appears in your log, not an error. Your project will still deploy if you ignore this.

    You can get get rid of this error by rebuilding your .war using maven and copying it into \webapps\ removing your old files.

提交回复
热议问题