Re: [T5] Jetty issues after using Tomcat

2008-03-07 Thread Szemere Szemere
Thanks - that was it. My problem; having dug deeper now and lest anyone else runs into this; was that: mvn war:inplace tomcat:inplace creates lib+classes directories under src\main\webapp\WEB-INF and mvn clean doesn't get rid of them. Deleting these 2 directories did the trick. On Thu, Mar 6,

Re: [T5] Jetty issues after using Tomcat

2008-03-06 Thread Josh Canfield
Make sure the hibernate module is only being included once in your environment. It's possible to end up with one in WEB-INF/lib and then a classpath that also points to it somewhere else. On Thu, Mar 6, 2008 at 10:56 AM, Szemere Szemere <[EMAIL PROTECTED]> wrote: > I experimented with Tomcat Maven

[T5] Jetty issues after using Tomcat

2008-03-06 Thread Szemere Szemere
I experimented with Tomcat Maven plugin today and got my app working fine. However when switching back to using Jetty (mvn jetty:run), I started to get a strange error message: 2008-03-06 18:38:16.990::WARN: Failed startup of context [EMAIL PROTECTED] /appname,/home/user/appname} java.lang.Runtim