Jasper report files and Velocity templates

What is the best way to include Jasper report files and Velocity templates to a WAR deployment?
Normally I would put them on a server folder, but how does that work within a WAR?

jdbruijn:
What is the best way to include Jasper report files and Velocity templates to a WAR deployment?
Normally I would put them on a server folder, but how does that work within a WAR?

I think you can do the same thing i.e. place the Velocity folder within the war where it will be deployed when Tomcat unzips it. That is certainly the approach I am intending to take.