vote up 4 vote down star
1

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

flag

3 Answers

vote up 2 vote down check
link|flag
Head First Servlets and JSP is more than 900+ pages, well +1 anyway for good links :) – Andrei Aug 13 at 2:51
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. – Vinegar Aug 13 at 3:20
vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.