Hello everyone, I would like to get started in JSP's and Servlets. I am a total newbie to this and don't even know where to start. I will be using JDK 1.3 and Apache as my web server. Can somebody point me in the right direction? Thank you!
Tracey Currier
Ranch Hand
Joined: Feb 06, 2001
Posts: 50
posted
0
I am a newbee too. First you have to download and install Tomcat from the Jakarta (sp?) website (I tried the Sun jsdk first but it was not as easy as Tomcat). A good tutorial to get a servlet up and running is the Sun tutorial: servlet section.
MS,MS,SCJP,SCBCD Seize the day!
Chris Cingrani
Ranch Hand
Joined: Nov 21, 2000
Posts: 69
posted
0
I used the following article when installing Tomcat: http://www.oreillynet.com/pub/ct/33 It provided a nice guide with screen shots for installing Tomcat. Once you get Tomcat installed, check out the examples provided. Then, I would recommend a good book with plenty of examples. The one I used was "Professional Java Server Programming J2EE Edition", which is published by Wrox Press. It not only covers JSPs and Servlets, but a bunch of other J2EE topics. I thought the JSP and Servlet chapters had some nice examples. Here's a link: Book listing on Amazon Hope this helps! Chris
[This message has been edited by Chris Cingrani (edited May 15, 2001).]
Jayson Falkner
Author
Ranch Hand
Joined: May 07, 2001
Posts: 57
posted
0
Check out JSP Insider too. There are many free resources available there for learning JSP. Another good book is Pro. JSP 2 by Wrox. Fresh from the press Jayson Falkner V.P./CTO, Amberjack Software LLC Jayson@jspinsider.com www.jspinsider.com
Jayson Falkner<br />jayson@jspinsider.com<br />Author of <a href="http://www.jspbook.com" target="_blank" rel="nofollow">Servlets and JavaServer Pages; the J2EE Web Tier</a>
Frank Hale
Ranch Hand
Joined: Mar 25, 2000
Posts: 230
posted
0
Thanks so much for your help!!!
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.