I am using Tomcat 5... I wrote a simple servlet and compiled it successfully...
I tested that on old/(gold?) JSWDK by putting my servlet file in
C:\jswdk\webpages\WEB-INF\servlets
It worked well... when i accessed it using
http://localhost:8080/servlet/MyServlet
But.. Then i did the same with Tomcat and it is not running... I am putting my
servlet class file in
C:\tomcat\webapps\ROOT\WEB-INF\classes
and accessing it via http://localhost:8080/servlet/MyServlet
{i know how to run any server and how to stop... means u dont consider that i am
running "both" at same time on "same" port... I am not that silly... :) }
Please any one can help me...