13-dic-2011 17.00.36 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti
I had the same problem using Tomcat 7 & Eclipse Mars.
I solved it as follows:
open server.xml
Ctrl + Shift + R > type "server.xml" > Open
search for "
Ctrl + F > type "
remove all
tags from here:
...
...
...
...
...
(don't remove
!)Go to Servers tab > right click on the project(s) > Remove > OK
Right click on the project > Run As > Run on Server > Finish
Now it should work!
If you check the server.xml file, you'll see that a new correct "
" line was generated.