INFO: No Spring WebApplicationInitializer types detected on classpath

前端 未结 9 1776
借酒劲吻你
借酒劲吻你 2020-11-28 12:32

I have a spring project that runs fine on my tomcat7 server when I deploy from eclipse: Run As >> Run on server. In the eclipse tab \"Servers\" I see:

Server         


        
9条回答
  •  情歌与酒
    2020-11-28 13:00

    Make sure that your log4j is configured correctly, there's probably an exception that is being thrown, but you're only seeing half of the picture.

    Please see https://stackoverflow.com/a/16817018/1249304

提交回复
热议问题