George,
 
Let's assume you have IBM's JDK1.1.8 or some JDK.
 
It's pretty easy. D/L and uncompress into /usr/local:
 
gunzip jakarta-tomcat-3.2.1.tar.gz
tar xvf jakarta-tomcat-3.2.1.tar
 
so that you have
 
/usr/local/jakarta-tomcat-3.2.1
 
to start the tomcat servlet runner:
 
/usr/local/jakarta-tomcat-3.2.1/bin/tomcat.sh start
 
to stop it:
 
usr/local/jakarta-tomcat-3.2.1/bin/tomcat.sh stop
 
 
Now run netscape or mozilla:
 
 
Done!
 
 
Regards,
Dave
----- Original Message -----
From: george
Sent: Monday, January 08, 2001 7:44 PM
Subject: is there any tutorial about the installation of tomcat with FreeBSD??

is there any tutorial about the installation of tomcat with FreeBSD??
 

Reply via email to