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
In Eclipse you may get more info on errors in a Problems view tab. Windows -> Show View -> Problems. You'll see a list of actual errors. I used to get the same message "INFO: No Spring WebApplicationInitializer types detected on classpath" when importing the existing Spring project into STS IDE. In my case there were the hibernate-3.2.1.ga.jar corrupted in lib folder. Replacing it have solved all compile problems.