Re: [T5]: Issues deploying in jetty

2008-02-23 Thread Andy Huhn
Davor, Thank you, that was exactly what I needed! For the sake of anyone else who has the same issue...this is what I added to my pom.xml to fix it: src/main/java **/*.hbm.xml false src/main/resources **/* false com/homeed/compo

Re: [T5]: Issues deploying in jetty

2008-02-23 Thread Davor Hrg
the error represents missing templates for pages or components after it is unpacked, you may want to manualy copy pages and components there pages in webapp directly, and components in WEB-INF/classes copy all from $yourProject/src/main/resources to $webapp/WEB-INF/classes Davor Hrg On Sat, F

[T5]: Issues deploying in jetty

2008-02-23 Thread Andy Huhn
Hello, I'm trying to set up my production server for the first time. I don't know anything about Jetty, so I may be missing something obvious. I can start up Jetty without problems, and receive no errors in the log. It seems to unpack my WAR, again without errors. However, when I attempt to ac