Return-Path: Delivered-To: apmail-tcl-websh-dev-archive@tcl.apache.org Received: (qmail 55862 invoked by uid 500); 29 Apr 2002 21:39:54 -0000 Mailing-List: contact websh-dev-help@tcl.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list websh-dev@tcl.apache.org Received: (qmail 55844 invoked from network); 29 Apr 2002 21:39:53 -0000 To: Ronnie Brunner Cc: websh-dev@tcl.apache.org Subject: Re: web::config for mod_websh paths References: <20020410162413.C7138@netcetera.ch> <87elhm7ekf.fsf@dedasys.com> <20020411124819.D13249@netcetera.ch> <87k7retdtb.fsf@dedasys.com> <20020411191028.E13249@netcetera.ch> <87bsclome9.fsf@dedasys.com> <20020416110912.A27833@netcetera.ch> <87ofgk7yae.fsf@dedasys.com> <20020416130930.C27833@netcetera.ch> <873cxv27l4.fsf@dedasys.com> <20020416183533.A29867@netcetera.ch> From: davidw@dedasys.com (David N. Welton) Date: 29 Apr 2002 23:43:06 +0200 Message-ID: <87znzmqiz9.fsf@dedasys.com> Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ronnie Brunner writes: > Can't be: either we talk about the mainInterp (which is already > there) or we talk about the new interp (for the pool) in which we > don't eval any code until all the init stuff is called (otherwise we > would have a serious chicken & egg problem ;-) > -> should be straight forward except for the [web::config > interpclass] which is not available in mainInterp (which also makes > sense) So what is the magic sequence to have a locally hosted tcl site that doesn't interfere with other stuff? Everything seems to be working on www.apache.org, I just need to duplicate it locally in order to clean it up. I'm a bit stumped/frustrated... proc web::interpmap {file} { puts stderr [web::config script] return howdydoodee } doesn't seem to have any effect at all... -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: websh-dev-unsubscribe@tcl.apache.org For additional commands, e-mail: websh-dev-help@tcl.apache.org