tomcat error while deploying WAR file

后端 未结 10 684
梦如初夏
梦如初夏 2020-12-31 12:41

Please help me with the below exceptions that I obtain while trying to deploy a WAR file on Tomcat server.

07:46:50,076  WARN HostConfig:606 - Exception whil         


        
10条回答
  •  情歌与酒
    2020-12-31 13:40

    It looks like your war-file may be corrupted or have the wrong permissions. .war files are zipfiles - can you open one with zip/winzip/7zip or the like and confirm that it is complete and readable? What are the file permissions?

提交回复
热议问题