Hi Subi,

 
> 1. C:\Program Files\Apache Group\Tomcat
> 4.1\webapps\testapp\classes 
>                        -----here i have my servlet

But ur class files shud be in :
         C:\Program Files\Apache Group\
         Tomcat4.1\webapps\testapp\WEB-INF\classes

And in ur html file ur form action shud be instead of
:

> <form
> action="http:\\localhost:8080\testapp\TestServlet"
> method="post"
> name="form1" target="_self">

It shud be :
action="http:\\localhost:8080\testapp\servlet\TestServlet"

Hope this will work ...
With Regards,
Litty Preeth



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to