Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 60022 invoked from network); 25 Aug 2004 12:31:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Aug 2004 12:31:05 -0000 Received: (qmail 13961 invoked by uid 500); 25 Aug 2004 12:30:54 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 13738 invoked by uid 500); 25 Aug 2004 12:30:52 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 13700 invoked by uid 99); 25 Aug 2004 12:30:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 25 Aug 2004 05:30:46 -0700 Received: (qmail 10983 invoked by uid 50); 25 Aug 2004 12:32:25 -0000 Date: 25 Aug 2004 12:32:25 -0000 Message-ID: <20040825123225.10982.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 30843] New: - Partition workers2.properties X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=30843 Partition workers2.properties Summary: Partition workers2.properties Product: Tomcat 5 Version: 5.0.27 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: bjoern@syltonline.de Hi, is it possible to partition the workers2.properties for the JK2? We got JK2 running as a ISAPI-Filter on IIS6. Now, the new structure of "workers2.properties" is better against "workers.properties" and "uriworkermap.properties". But now, that we have loads of webs with many contexts each, which itself have 2-5 mappings each, the file get's huge (>40kb) and complex. Is it possible to partition the file, say, with "include={file}" statements? Or better... [include:file] file={file} ver=1 ... this way the the main and subfiles (Mappings, Worker, Channels, ...) remain clear, and even a reload is faster, because the jk2 only needs to read the included files which version-numbers have increased. thanks for your brill work... -- Björn Andersen --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org