Re: Help with VelocityViewServlet

2005-07-18 Thread Nathan Bubna
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

RE: Help with VelocityViewServlet

2005-07-13 Thread Withers John Z
: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

Re: Help with VelocityViewServlet

2005-07-12 Thread Barbara Baughman
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