Error when I try deploy application to tomcat7 server

后端 未结 11 1628
轻奢々
轻奢々 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:11

    I don't know if anybody solved this issue. I have found a workaround in my case: use of redeploy instead of deploy works fine.

    The issue may perhaps be related to memory issue or read/write access isn't it ?

提交回复
热议问题