CCL Home Page
Up Directory CCL t024.html
slide

Jan K. Labanowski: "Tomcat, servlets, JSPs and other friends"

Tomcat -- getting stuff from Jakarta

I describe here Linux installation (I did it under RH 7.2). There is a lot of stuff on installation, and after you get through the first install, you probably should delve into it.
Retrieve all RPM packages from Jakarta Web site as root. For example:
mkdir /usr/local/tomcat4distro
cd /usr/local/tomcat4distro
wget -l 1 -r -A rpm \
 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/rpms/
cd jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/rpms
mv * /usr/local/tomcat4distro
cd /usr/local/tomcat4distro
rm -rf jakarta.apache.org
rpm -Uhv *.rpm

Modified: Wed Feb 13 20:42:48 2002 GMT
Page accessed 4235 times since Mon Feb 3 15:33:51 2003 GMT