tomcat error while deploying WAR file

后端 未结 10 657
梦如初夏
梦如初夏 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:39

    Did you FTP the file from Windows to Unix in ASCII mode instead of Binary?

    That could be one cause of the file getting corrupted. you might be able to open with ZIP on windows - but try

    jar tvf on Unix to see if it views content correctly

提交回复
热议问题