Wicket and Tomcat: Error deploying configuration descriptor ROOT.xml

2009-08-04 Thread Thomas Singer
When I launch our wicket application in Tomcat 5.5.27 I'm getting following output in the IDEA console: cmd /c C:\apache-tomcat-5.5.27\bin\catalina.bat run Using CATALINA_BASE: C:\Dokumente und Einstellungen\tom\.IntelliJIdea8x\system\tomcat\tomcat_Unnamed_websitecaa32f44 Using

Re: Wicket and Tomcat: Error deploying configuration descriptor ROOT.xml

2009-08-04 Thread Erik Post
Hi Thomas, On Tue, Aug 4, 2009 at 3:54 PM, Thomas Singerwic...@regnis.de wrote: OK, this was caused by having removed commons-logging-1.1.jar from the classpath. I still don't understand why it is required. The wicket 1.4.0 readme says:       You only need to include the Servlet API (2.3,

Re: Wicket and Tomcat: Error deploying configuration descriptor ROOT.xml

2009-08-04 Thread Martijn Dashorst
run mvn dependency:tree to see where you get clogging-1.1 from If you find out which dependency includes it, either * exclude clogging with that dependency in your pom, or * use 99-version-does-not-exists from Erik van Oosten (search google) Martijn On Tue, Aug 4, 2009 at 3:54 PM, Thomas

Re: Wicket and Tomcat: Error deploying configuration descriptor ROOT.xml

2009-08-04 Thread Thomas Singer
OK, this was caused by having removed commons-logging-1.1.jar from the classpath. I still don't understand why it is required. The wicket 1.4.0 readme says: You only need to include the Servlet API (2.3, just for compiling) and the SLF4J logging implementation you want. You cannot