I am new to Linux, Apache and Tomcat. I am trying to install Tomcat 4.0.1. I already
have Apache 1.3.12
installed as part of my Redhat Linux 7.0 installation. I downloaded
webapp-module-1.0-tc40-linux-glibc2.2.tar.gz.
1) First I ran gunzip and built the tar file
2) Then I ran tar -xvf webapp-module-1.0-tc40-linux-glibc2.2.tar to extract the files.
3) Then I followed the instructions in
webapp-module-1.0-tc40/INSTALL.txt
a) I copied mod_webapp.do to my modules directory
/usr/lib/apache
b) I added the LoadModule and AddModule lines to
/etc/httpd/httpd.conf
---> I can't find the apachect1 script. My ServerName is /etc/httpd. This contains
directory conf,
and link logs ---> /var/log/httpd, and link modules ---> /usr/lib/apache. There is
no apachect1 script file in any of these directories. Also, where are the apache
scripts to start and stop apache?
---> Regard the next instructions: do I add the WEBAPPConnection and WebAppDeploy
statements to
httpd.conf just they are in the instructions? or do they require
modification?
---> I can't find the server.xml file, or any of the
directories(bin,conf,doc,lib,logs,webapps) that are supposed to be in
the standard Tomcat setup.
Thanks for your help.
Stan