Hi All,
I have a
servlet
Class testServlet extends HttpServlet
{
}
I am using apache velocity to generate some text.
But the path of .vm is not recognized
VelocityEngine ve=new Velocity();
Template template =ve.getTemplate("test.vm");
Where should i place the .vm file.
Any help is highly appreciated!!!
Thanks.