greenrd 01/01/19 11:32:08
Modified: xdocs installing.xml
Log:
multiple instances on jserv
Revision Changes Path
1.50 +11 -6 xml-cocoon/xdocs/installing.xml
Index: installing.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- installing.xml 2001/01/19 00:56:49 1.49
+++ installing.xml 2001/01/19 19:32:06 1.50
@@ -182,12 +182,17 @@
</source>
<note>
- The <code>./bin/cocoon.jar</code> package <strong>must</strong> 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 <code>./bin/cocoon.jar</code> file needs to be
+��� included in the zone's classpath (together with other zone specific
+��� classpath components).� Also, 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
+��� <code>cocoon.jar</code>). Please note that the�support
+��� for doing this is still experimental.
</note>
<note>