only one error: No Spring WebApplicationInitializer types detected on classpath

前端 未结 3 1060
攒了一身酷
攒了一身酷 2020-12-22 01:44
May 21, 2013 3:44:07 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
May 21         


        
3条回答
  •  猫巷女王i
    2020-12-22 02:11

    Seems strange to me that URL http://localhost:8080/appRoot/page.jsp produces Directory Listing. Can you try your Tomcat server with another application which is working. The Spring WebApplicationInitializer should deal with web.xml file, where Spring is not initialized properly.

提交回复
热议问题