Could you guys tell me the exact link where I can dowload the Tomcat 5.0 version?
I am preparing for the SCWCD exam, I need to try examples.
Do I need to install jdk and ant seperately? If so would like to get those URLs also.
Thanks in advance, Vinod
Joyce Lee
Ranch Hand
Joined: Jul 11, 2003
Posts: 1392
posted
0
Hi Vinod,
Could you guys tell me the exact link where I can dowload the Tomcat 5.0 version? You can find Tomcat 5.0.28 here. Tomcat 5.0.28 is based on servlet 2.4 and jsp 2.0 specifications.
Do I need to install jdk and ant seperately? If so would like to get those URLs also. Tomcat, jdk and ant are three separate software. You need jdk for Tomcat. Here is the link for jdk.
As for ant, here is the link. It is not necessary to install unless the examples use ant to compile the code. Ant is quite similar to "Make" tool.
Joyce [ November 07, 2004: Message edited by: Joyce Lee ]