Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 88131 invoked by uid 500); 26 Mar 2001 19:43:12 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 88098 invoked from network); 26 Mar 2001 19:43:09 -0000 Date: Mon, 26 Mar 2001 21:42:53 +0200 From: Krzysztof Zielinski X-Mailer: The Bat! (v1.46c) Reply-To: Krzysztof Zielinski Organization: Super Media X-Priority: 3 (Normal) Message-ID: <17245020375.20010326214253@supermedia.pl> To: "cocoon-dev@xml.apache.org" Subject: Cocoon automatic configuration and CDK. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hello. I have prepared CDK (Cocoon Development Kit). I hope that name CDK isn't too much proud. CDK is ready to run Cocoon1 and Cocoon2 distribution based on Tomcat 3.3-m2. (soon on Tomcat 4) Cocoon2.war from CDK is configured with HypersonicSQL database. I have some propositions: 1. I'd like to add link to CDK distribution on official Cocoon page. Actually CDK is on http://ziel.sm.pl 2. I'd like to store CDK on xml.apache.org/cocoon server. 3. I'd like to make Cocoon 2 configuration with various databases more automatic. I have modified original build.xml and Cocoon 2 files with database calls. Modification are very simple, they needs to select tokens for Ant filter eg: in cocoon.xconf from: jdbc:postgresql://localhost/test test test to: @jdbc:postgresql://localhost/test@ @test@ @test@ Special tokens are changed by ant to specified values eg: conection name, jdbc url, user name , password etc. I'm waiting for your suggestions. -- Best regards, Krzysztof mailto:kzielinski@supermedia.pl ICQ # 47933362 --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org