I'm having trouble getting Tomcat 4.1.18 to run with Apache 2.0.40 on Redhat Linux 8.0 and this seemed the most appropriate place to turn.
More specifically, I'm trying to build mod_jk. I get various errors when running the configure script (depending the arguments that I feed it). When I run ./configure --with-java-home=/usr/java/j2sdk1.4.1_01 --with-tomcat41=/usr/local/jakarta-tomcat-4.1.18 I get the following error: configure: error: Cannot find any WebServer So I tried downloading the source code for Apache 2.0, running ./configure --with-java-home=$JAVA_HOME --with-tomcat41=$CATALINA_HOME --with-apache2=/home/dreddy/apps/httpd-2.0.40 and got the following error: configure: error: can't locate /home/dreddy/apps/httpd-2.0.40/ I can't find any pertinent information on the web, nor can I find a prebuilt module that will work for me (my understanding is that the module MUST be built for the minor release of Apache--not just the major release, i.e., 2.0.40, not just 2.0). Can anyone tell me what I'm doing wrong, or otherwise point me in the right direction? Thanks, Dhruva --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
