Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 36233 invoked from network); 18 Apr 2000 15:02:08 -0000 Received: from relay1.matrix.it (212.48.0.20) by locus.apache.org with SMTP; 18 Apr 2000 15:02:08 -0000 Received: from int1.matrix.it (relayint1.matrix.it [212.48.2.251]) by relay1.matrix.it (8.9.3/8.9.3) with ESMTP id RAA04425 for ; Tue, 18 Apr 2000 17:01:39 +0200 Received: from mail.virgilio.net (mailnt.virgilio.net [212.48.7.17]) by int1.matrix.it (8.9.3/8.9.3) with ESMTP id RAA30261 for ; Tue, 18 Apr 2000 17:01:35 +0200 Received: from mgranatant (granatant.virgilio.net [212.48.5.56]) by mail.virgilio.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id HB2XJ06C; Tue, 18 Apr 2000 17:04:27 +0200 Message-ID: <001a01bfa947$090cf700$380530d4@virgilio.net> From: "Marcello Granata" To: References: <20000418144203.8072.qmail@pb151.postoffice.net> <006f01bfa945$1c9e30b0$bf02a8c0@localnet> Subject: Re: Cocoon 1.7.2 with JRun 2.3.3 or JServ 1.1 on Apache 1.3.9 (WinNT 4) Date: Tue, 18 Apr 2000 17:01:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I use Jrun and IIS. The conf for Jrun is quite simple. File: jsm.properties add to the classpath all the necessary cocoon files. For example I added to my classpath: "C:/Program Files/Apache Group/Cocoon/bin/cocoon.jar;C:/Program Files/Apache Group/Cocoon/lib/xerces_1_0_3.jar;C:/Program Files/Apache Group/Cocoon/lib/fop_0_12_1.jar;C:/Program Files/Apache Group/Cocoon/lib/xalan_1_0_0.jar;C:/Program Files/Apache Group/Cocoon/lib/servlet_2_2.jar" File: rules properties (jse/properties and/or jseweb/properties) add the following line: *.xml=cocoon Files: servlet.properties (jse/properties and/or jseweb/properties) add the following lines: servlet.cocoon.code=org.apache.cocoon.Cocoon servlet.cocoon.args=properties=C:/Program Files/Apache Group/Cocoon/conf/cocoon.properties servlet.cocoon.preload=false That's all, I hope this can help you. ciao martchelo