On Jun 21, 10:51 pm, "dmpy...@gmail.com" <dmpy...@gmail.com> wrote:
> Hello Friends,
> I need help for doing program using Tomcat servlet.
[quoted text clipped - 22 lines]
>
> dmpy
Silly question, but are any of your servlets up and running properly?
Secondly, have you edited the web.xml file to appropriately point to
the class you're trying to run?
Lew - 22 Jun 2007 11:42 GMT
> On Jun 21, 10:51 pm, "dmpy...@gmail.com" <dmpy...@gmail.com> wrote:
>> Hello Friends,
[quoted text clipped - 27 lines]
> Secondly, have you edited the web.xml file to appropriately point to
> the class you're trying to run?
For that matter, have you deployed your app to Tomcat? Any error messages
when you did?
What does the Tomcat manager app show as the status for your app?

Signature
Lew
dmpy.it@gmail.com - 25 Jun 2007 20:46 GMT
thanks people,
I was finally able to solve that problem after finding the
errors at startup. It seems Textpad was loading older version
of .class files, and this created type mismatch
thanks,
dmpy