Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 87132 invoked from network); 23 Sep 2002 21:09:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Sep 2002 21:09:08 -0000 Received: (qmail 27143 invoked by uid 97); 23 Sep 2002 21:09:47 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 27123 invoked by uid 97); 23 Sep 2002 21:09:45 -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 27110 invoked by uid 98); 23 Sep 2002 21:09:45 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3D8F82EE.3020606@apache.org> Date: Mon, 23 Sep 2002 17:09:02 -0400 From: Eugene Gluzberg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [JK2] new uriMap using hostname:port References: <004201c2632a$39f10bf0$5c00000a@GISDATA.ZG> X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yikes! today's version no longer compiles without APR on 1.3: [so] Output: [so] rm -f /home/eugene/tomcat/jakarta-tomcat-connectors/jk/build/jk2/apache13/common/.libs/jk_uriEnv.lo [so] cc -c -I/home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/include -I/home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/common "-I\${build.compiler.base}/include" -I/usr/include -I/usr/include/apache -I/home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/include -I/usr/java/j2sdk1.4.1/jre/../include -I/usr/java/j2sdk1.4.1/jre/../include/linux -g -W -DEAPI -D_REENTRANT -DCHUNK_SIZE=4096 -DHAVE_MMAP /home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c -fPIC -DPIC -o /home/eugene/tomcat/jakarta-tomcat-connectors/jk/build/jk2/apache13/common/.libs/jk_uriEnv.lo [so] StdErr: [so] /home/eugene/tomcat/jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c:72:21: apr_uri.h: No such file or directory Costin Manolache wrote: > All that matter to me is to preserve the equivalence with > 'native' apache config. > > In other words, > > [uri:HOST:PORT/URL] > properties > > Must be equivalent with > > > ServerAlias ... > > > JkUriSet .... > > > > By this criteria, I would prefer use of '_default_' for the default > server. > > For the syntax of HOST, port, URL - just make sure it matches the > documented semantics of apache VirtualHost and Location. > > Costin > > Mladen Turk wrote: > > >>Think I didn't miss something :) >> >>Here is how it works: >> >>All the mappings are done in the following way: >> >>[:port] >> >>Meaning '*' is used for the default host. >> >>You can make now something like: >> >>[uri:*:8080] >>Info=will map the all the default servers on the port 8080 >> >>Aliases should work now: >> >>[uri:*] >>alias=localhost >>alias=www.apache.org >> >>I have dropped the reverse attribute for now. Its too clumsy, and it >>will be enabled if pcre is ever adopted. >> >>IIS (work to some extend) and Apache 1.3 need some extra tuning :-) >> >>Please do test. >> >>MT. > > -- To unsubscribe, e-mail: For additional commands, e-mail: