From users-return-178150-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Apr 01 15:35:07 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 49678 invoked from network); 1 Apr 2008 15:35:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 15:35:07 -0000 Received: (qmail 93050 invoked by uid 500); 1 Apr 2008 15:34:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92568 invoked by uid 500); 1 Apr 2008 15:34:55 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 92557 invoked by uid 99); 1 Apr 2008 15:34:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 08:34:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akostocker@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 15:34:15 +0000 Received: by py-out-1112.google.com with SMTP id z57so2618563pyg.34 for ; Tue, 01 Apr 2008 08:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=VLFGLBg7g17YyVvfCOt1JVSe7BsJdMeQyb3cBJjTsAA=; b=ErqjJ+M6Udy8qeSN5JVW80aSCZntmhW8Y3xgIfT8hwHNpa4RO5gDoc+KqA0qdNHh8Fg8QXS8UywEPnhJXngwbgJ078YxBQ1YCTyMb0wrKTqEG28BMv+6GNNfYL+QHj+4gfNzcywgZh21yAxop4y9tNe7isq1jpjhllQLBOV0wpw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=pl0Z/Jxktvc5M0zMF+/e4dWVCr4PF6ZLczaSYBCxB12oYNdypgTULbvMJt1Mx40/r+wx2d5PBTgf+Fg8ojQ1EgirtpNqXIZYRUoEiRBcbPa2Ye87qKAfG9kadFctOk25ljoI+rytMzTxpJS/8YRczB9A26ZEtlUSTYm+wiNl8yE= Received: by 10.35.33.15 with SMTP id l15mr13827498pyj.31.1207064067425; Tue, 01 Apr 2008 08:34:27 -0700 (PDT) Received: by 10.35.54.14 with HTTP; Tue, 1 Apr 2008 08:34:27 -0700 (PDT) Message-ID: <7801ad8f0804010834u15212d29kb682493cc7f51f43@mail.gmail.com> Date: Tue, 1 Apr 2008 15:34:27 +0000 From: "Tony Stocker" Sender: akostocker@gmail.com To: users@tomcat.apache.org Subject: Apache + Tomcat + mod_jk + VirtualHost MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 48fe1da09676427c X-Virus-Checked: Checked by ClamAV on apache.org Hello All, I have a working configuration but cannot find a way to extend it in the way that we need to do. Currently we load ../conf/auto/mod_jk.conf into Apache's httpd.conf. The mod_jk.conf file is automatically generated and creates the entry just fine. HOWEVER, we need to ADD Apache config elements to this block and I cannot find a way to do this. For instance we need to pass in a separate SSLCertificate directive to this VirtualHost as well as establishing a rewrite rule. If this was a static conf file this would not be an issue. However there appears to be no documentation for how one can include such additional configuration information so that it can be "sucked into" the mod_jk.conf file automatically. If we stop using the automated mod_jk file then we need to manually update this whenever the developers change the application (with the associated JKmount commands that are automatically generated) and we want to avoid that. So IS there a way to "suck in" these additional configuration directives so that they are included automatically in the mod_jk.conf file? Thanks! Tony -- Tony Stocker ------------------------------------------------------------------- "There are no wrong turnings. Only paths you had not known you were meant to walk." ------------------------------------------------------------------- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org