views:

166

answers:

3

I need to start developing using this technology servlets/jsp with tomcat. I need to get up to speed fairly quick. What would you recommend to get up there fairly quick? No 900+ pages manuals. A good tutorial (even a video lectures) with lots of examples would be perfect.

Thanks

+2  A: 
Adeel Ansari
Head First Servlets and JSP is more than 900+ pages, well +1 anyway for good links :)
vehomzzz
Yeah, I was aware of that at the time of writing, and thats why I said having it is worth it. Thanks for the compliments.
Adeel Ansari
+1  A: 

CoreServlets.com has a good tutorial using Tomcat 6.0:

http://www.coreservlets.com/Apache-Tomcat-Tutorial/

or if you prefer a visual approach then check out this video (wchi additionally introduces Eclipse and WTP into the mix - but it's a good practice to use this to develop simple web applications):

http://www.youtube.com/watch?v=-l0CFxdroTE

Jon
+1  A: 

I would install Tomcat, and look at all of the included examples. Each example shows a different feature or way of using Tomcat. If you start tomcat up with the defaults, you should be able to go straight to http://localhost:8080/examples to view them.

brianegge