Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 41702 invoked from network); 1 Mar 2002 17:39:59 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Mar 2002 17:39:59 -0000 Received: (qmail 10702 invoked by uid 97); 1 Mar 2002 17:39:05 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 10669 invoked by uid 97); 1 Mar 2002 17:39:05 -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 10643 invoked from network); 1 Mar 2002 17:39:04 -0000 X-Authentication-Warning: dyn-62.sfo.covalent.net: costinm owned process doing -bs Date: Fri, 1 Mar 2002 09:38:00 -0800 (PST) From: X-X-Sender: To: Tomcat Developers List Subject: RE: mod_jk2 config In-Reply-To: <80F5674514B4D311BAFC0040F6A45EEE243652@ntserver> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 1 Mar 2002, Ignacio J. Ortega wrote: > > JkMount /uri worker > > is > > /uri=worker > > I like to point out, that just now isapi_redirector ( 3.3 and j-t-c) > uses a slightly more complex form of the former syntax, to allow a > limited vhost mapping capabilty in isapi_redirector, > > /vhost/uri=worker You can learn something new everyday... I didn't know that, thanks Nacho, that makes things simpler/cleaner. Let's keep this syntax, with a small change - if the uri is for the 'default' host we'll leave the '/' and make vhost empty: //uri=worker In addition, I need: uri.[property]://uri=worker For example: uri.debug:/my.host.com:8080/examples=TRACE This would turn mod_jk debugging for requests for that particular url. Or uri.webapp:/my.host.com:8080/examples=/examples ( or some other mean to specify the context path ) uri.servletName:/my.host.com:8080/examples/HelloW=HelloWorldServlet With this jk will pass the servlet name to tomcat and eliminate the second mapping, like mod_jserv did. Costin -- To unsubscribe, e-mail: For additional commands, e-mail: