is is not what I want. Is there an init parameter I
> can set to 'force' the template name to a set value?
>
> Thanks!
>
> John Withers
>
>
> -Original Message-----
> From: Barbara Baughman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 12, 2005 4:56 P
:56 PM
To: Velocity Users List
Subject: Re: Help with VelocityViewServlet
The "not found" error message, at least in tomcat, indicates that the
servlet container can't find the servlet definition in the web.xml
file or it can't find the servlet class anywhere in the classpat
The "not found" error message, at least in tomcat, indicates that the
servlet container can't find the servlet definition in the web.xml
file or it can't find the servlet class anywhere in the classpath.
Be sure the servlet is properly defined in your web.xml file, with
servlet-mapping. Be sure th