Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 46110 invoked from network); 8 Aug 2000 15:09:10 -0000 Received: from plmler2.mail.eds.com (199.228.142.77) by locus.apache.org with SMTP; 8 Aug 2000 15:09:10 -0000 Received: from plmlir4.mail.eds.com (plmlir4-2.mail.eds.com [199.228.143.135]) by plmler2.mail.eds.com (8.9.3/8.9.3) with ESMTP id LAA04127; Tue, 8 Aug 2000 11:08:23 -0400 (EDT) Received: from plmlir4.mail.eds.com (localhost [127.0.0.1]) by plmlir4.mail.eds.com (8.9.3/8.9.3) with ESMTP id LAA28197; Tue, 8 Aug 2000 11:07:52 -0400 (EDT) Received: from usplm101.exsc01.exch.eds.com ([198.132.135.14]) by plmlir4.mail.eds.com (8.9.3/8.9.3) with ESMTP id LAA28164; Tue, 8 Aug 2000 11:07:51 -0400 (EDT) Received: by USPLM101 with Internet Mail Service (5.5.2651.32) id ; Tue, 8 Aug 2000 10:06:24 -0400 Message-ID: From: "Mader, Cary J" To: "'detlef.brendle@canoo.com'" Cc: "'tomcat-user@jakarta.apache.org'" Subject: RE: how to run apache AND jserv on one web server. Date: Tue, 8 Aug 2000 11:07:38 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.32) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N It is possible... The latest versions of Jserv and Tomcat share the same mod_jserv source. You can set up Apache to run JServ as normal (including mod_jserv), and let it talk on the default port 8007. Make sure Tomcat uses a different port than JServ. This is configured in the web.xml file for Tomcat. Make a copy of the tomcat-apache.conf file created by Tomcat and edit it to remove the duplicate apj directives. Add mount directives to point to the Tomcat port... ApJServMount /examples/servlet ajpv12://localhost:8107/examples ApJServMount /examples/jsp ajpv12://localhost:8107/examples Cary -----Original Message----- From: Detlef Brendle [mailto:detlef.brendle@canoo.com] Sent: Tuesday, August 08, 2000 7:10 AM To: tomcat-user@jakarta.apache.org Subject: how to run apache AND jserv on one web server. For some odd reasons it is necessary for me to run tomcat and jserv on one Apache web Server. my question therefore is - Is it possible to run both services on the same Web server ? If so - how do I handle the different mod_jserv.so ?? and other entries.. thanks, detlef