I have look through your Code,
I think the problem is in your web.xml configuration.
line 22~25
<servlet>
<servlet-name>VelocityTest</servlet-name>
<servlet-class>velocityTest</servlet-class>
</servlet>
the Servlet Class Package is wrong
It shall be that:
<servlet>
<servlet-name>VelocityTest</servlet-name>
<servlet-class>com.email.emailData.emailObj.velocityTest</servlet-class>
</servlet>
U can get U classes now.
luck
Mead
On Wed, May 14, 2008 at 9:20 AM, newbie-gero <
chongming@...> wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail:
user-unsubscribe@...
For additional commands, e-mail:
user-help@...