Unable to “Run on Server” a webapp from Eclipse

后端 未结 15 1628
悲哀的现实
悲哀的现实 2021-01-30 11:20

When running my WebApp project from Eclipse most of times it run correctly. But if by mistake to stop server, I kill it in \"Console\" view on instead of \"Stop\" Server from \"

15条回答
  •  萌比男神i
    2021-01-30 12:04

    Check this version:
    
    
    
    and 
    
    org.eclipse.wst.common.project.facet.core.xml
    
    
    
    It can be incompatible with the chosen server. In my case when I tried to upgrade 3.0 tomcat 6.0 stopped working so I had to revert back to 2.5
    
    
    so upgrade your server to a highter version or downgrade the web.xml version and run maven --> update project and try again
    

提交回复
热议问题