Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 98826 invoked from network); 15 Jan 2001 17:57:58 -0000 Received: from venus.tis.com.ar (63.69.231.252) by h31.sny.collab.net with SMTP; 15 Jan 2001 17:57:58 -0000 Received: from [10.1.2.106] (helo=technisys.com.ar) by venus.tis.com.ar with esmtp id 14IDzs-000196-00 for ; Mon, 15 Jan 2001 15:04:48 -0300 Message-ID: <3A633A1F.8030500@technisys.com.ar> Date: Mon, 15 Jan 2001 14:57:51 -0300 From: =?ISO-8859-1?Q?Nicol=E1s?= Lichtmaier User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.18pre24 i686; en-US; 0.7) Gecko/20010105 X-Accept-Language: en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Patch to installing.xml Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Index: installing.xml =================================================================== RCS file: /home/cvspublic/xml-cocoon/xdocs/installing.xml,v retrieving revision 1.45 diff -u -r1.45 installing.xml --- installing.xml 2001/01/12 21:26:15 1.45 +++ installing.xml 2001/01/15 17:56:05 @@ -180,12 +180,19 @@ - The ./bin/cocoon.jar package must be added to the - servlet engine classpath in order for the XSP subsystem to work correctly. - We understand that this could be a flexibility limitation. - On JServ it is not yet possible to run - multiple instances of Cocoon in the same virtual machine - if you - would like to do that, try using a different servlet engine. (To be fixed soon.) + + To run multiple instances of Cocoon in the same virtual machine (in + different zones), the ./bin/cocoon.jar file needs to be + included in the zone's classpath (together with other zone specific + classpath components). Besides, you need to properly set the + processor.xsp.localclasspath property. This property tells the XSP + engine wich classpath to use when calling the compiler, as there's + currently no way for Cocoon to ask the classpath to the zone's + classloader. The value of this property should be the classpath + used in the "repositories" parameter (which includes + cocoon.jar). Please note that the support + for doing this is still experimental. +