Hi this might be simple problem for folks but i am really facing this problem for some time.I was just creating a demoVelocity project in eclipse and i created a HelloVelocityServlet class and included its servlet mapping in web.xml. Latter i created HelloTemplate.vm and put in the same directory.Now i right click the project in eclipse go to myeclipse–>Add and Remove Project Deployment and deploy in packaged using tomcat 5.0 .When i invoke that servlet with the url then i get the resources not found ie. HelloTemplate.vm. Now i go to tomcat webapp directory and infact i don’t see HelloTemplate.vm.Now i manually coppy that file and put in webapp/demoVelocity directory and it works.Why is this so?any idea.If myeclipse deployment doesn’t put the resources in war file then how do i put it so that i don’t have to do manually and put that in webapp directory.I would appreciate if some of the folks have idea onto it.Thanks..