I deploy the project file directly. The structure of the project file is:
Test/src
    /WebRoot/index.html
            /WEB-INF/
           .......
                                        
                                         throw it directly under the webapps folder and start successfully, but you need to add WebRott 
  http://localhost:8080/Test/WebRoot/index.html
so I took out the files in WebRoot to deploy
 /Test/index.html
      /WEB-INF/
      ......
             so tomcat starts successfully, but the application deployment fails. The failed log is 
  
 
tomcat8.0
I would like to ask why!
