Error when I try deploy application to tomcat7 server

后端 未结 11 1638
轻奢々
轻奢々 2020-12-15 05:59

I am trying deploy a web application to tomcat7 via eclipse luna, but I am getting this error:

Uploading: http://localhost:8080/manager/text/deploy?path=%2Fl         


        
11条回答
  •  执念已碎
    2020-12-15 06:17

    I was having the same issue and solved it by running the maven goal

    tomcat7:redeploy

    instead of

    tomcat7:deploy

    It worked for both tomcat7 and tomcat8, and my war file was always below 50mb.

提交回复
热议问题