Welcome aboard. The first thing you should do is find yourself a good book or tutorial. There is a good one here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html
If you just want a simple servlet example that you can drop into a running instance of Tomcat and run you can find one here: http://simple.souther.us Good Luck -Ben On Mon, 2004-12-13 at 08:09, Manisha Sathe wrote: > Hi, > > I am totally totally new to Servlet/Tomcat. I wrote a very simple > "HelloWorld" servlet. I could compile it and could create the > HelloWorld.class file. > > But how to test it thr Tomat web server ? I put the class inside servlet > example dir > C:\jakarta-tomcat-5.0.28\webapps\servlets-examples\WEB-INF\classes > But whe tried to run it like > http://localhost:8080/servlets-examples/servlet/HelloWorld > > always i get description The requested resource > (/servlets-examples/servlet/HelloWorld) is not available. > > I tried to start-stop/reload the tomcat servlet-example but still the same, > i understand i need to change some files - but can any body tell stepwise > instructions ? Pls pls help me I am stuck.... > > > Thanks in advance > Manisha > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
