Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 24453 invoked from network); 11 Jan 2000 19:29:42 -0000 Received: from inet-smtp3.us.oracle.com (HELO inet-smtp3.oracle.com) (205.227.43.23) by 63.211.145.10 with SMTP; 11 Jan 2000 19:29:42 -0000 Received: from usmail04 (usmail04.us.oracle.com [144.25.88.96]) by inet-smtp3.oracle.com (8.9.3/8.9.3) with SMTP id LAA19313 for ; Tue, 11 Jan 2000 11:27:12 -0800 (PST) Received: from us.oracle.com by usmail04 with ESMTP (SMI-8.6/37.9) id LAA02128; Tue, 11 Jan 2000 11:27:11 -0800 Message-ID: <387B8412.E9A21EBA@us.oracle.com> Date: Tue, 11 Jan 2000 11:27:14 -0800 From: Yaqing Wang X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: APACHE+TOMCAT3.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit If you download the binary version of Apache, after run install.bindist(?), the server is in shared object mode. The line 13 error (apjv12) means your mod_jserv.so file is possibly old. I used an old mod_jserv.so file which has a protocol apjv11 which caused the error. Try to download the latest mod_jserv.so Xiaomin Dong wrote: > Hi, > > How to setup Apache to use shared objects? > (I have the same problem with line 13...) > > And then how to solve the new error? > > Thanks > Xiaomin Dong > > On Fri, 7 Jan 2000, Yaqing Wang wrote: > > > Thanks Patrick. You are right, I did not setup Apache to use shared objects. > > I changed it and restart the Apache again, I got following error: > > Syntan error on line 18 of tomcat.conf > > ApJServDefaultProtocol: can not find protocol 'ajpv12' > > apache not started > > Any idea? > > > > Yaqing Wang > > > > Patrick Regan wrote: > > > > > Line 13 of your tomcat.conf should look like : > > > > > > LoadModule jserv_module libexec/mod_jserv.so > > > > > > Is your Apache setup to use shared objects? If not, you need to. > > > > > > Pat > > > > > > Yaqing Wang wrote: > > > > > > > I installed tomcat3.0 and Apache1.3.9 on a Solaris 2.6 machine. > > > > They run fine separately (I ran the runtest.sh in tomcat3.o and all 19 > > > > tests > > > > passed). Then I followed the HOWTO to setup Tomcat to run with Apache. > > > > After adding the line "Include /path/to/tomcat3.0/etc/tomcat.conf", > > > > I tried to restart the Apache server with command: > > > > apachectl restart > > > > I got error : > > > > Syntax error on line 13 of > > > > /private/yaqwang/tomcat30/build/tomcat/etc/tomcat.conf: > > > > Invalid command 'LoadModule', perhaps mis-spelled or defined by a module > > > > not included in the server configuration > > > > /usr/local/apache/bin/apachectl start: httpd could not be started > > > > > > > > Anyone had similar experience? Your help is very appreciated. Thanks > > > > > > > > Yaqing Wang > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org