You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/30 02:33:37 UTC

cvs commit: xml-cocoon/xdocs docs-book.xml faq.xml installing.xml site-book.xml

stefano     00/03/29 16:33:37

  Modified:    xdocs    docs-book.xml faq.xml installing.xml site-book.xml
  Log:
  upgraded docs (changed the CVSweb to the new one and the new cocoon-specific distribution directory)
  
  Revision  Changes    Path
  1.5       +2 -0      xml-cocoon/xdocs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/docs-book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- docs-book.xml	2000/02/23 00:42:51	1.4
  +++ docs-book.xml	2000/03/30 00:33:36	1.5
  @@ -27,6 +27,8 @@
     <changes id="changes" label="Changes" source="changes.xml"/>
     <todo id="todo" label="Todo" source="todo.xml"/>
   <separator/>
  +  <external label="Code Repository" href="http://www.apache.org/websrc/cvsview.cgi/xml-cocoon"/>
  +  <external label="Dev Snapshots" href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
     <external label="Mail Archive" href="http://xml-archive.webweaving.org"/>
     <external label="Bug Database" href="http://xml.apache.org/bugs/"/>
   </book>
  
  
  
  1.9       +14 -0     xml-cocoon/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/faq.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq.xml	2000/03/28 12:26:21	1.8
  +++ faq.xml	2000/03/30 00:33:36	1.9
  @@ -109,6 +109,20 @@
   </faq>
   
   <faq>
  + <question>Why can't I place <code>cocoon.jar</code> in my servlet repository?</question>
  + <answer>
  +  <p>Since Cocoon is a web application, it should reside on servlet repository while all the
  +  libraries it uses should be place in the classpath. This would allow a single
  +  servlet engine to host more than one Cocoon instances with different classloaders
  +  and different security restrictions.</p>
  +  <p>Unfortunately, due to specific needs of the XSP subsystem and some Java 1.1
  +  classloading limitations, this cannot be done.</p>
  +  <p>We are working for make this possible on Cocoon2, but assume this will
  +  require at least Java 1.2</p>
  + </answer>
  +</faq>
  +
  +<faq>
    <question>Why the LDAP processor doesn't work?</question>
    <answer>
     <p>Make sure you have the <link href="http://java.sun.com/products/jndi/index.html">Sun JNDI API</link>
  
  
  
  1.9       +11 -6     xml-cocoon/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- installing.xml	2000/03/16 13:41:16	1.8
  +++ installing.xml	2000/03/30 00:33:36	1.9
  @@ -97,9 +97,12 @@
   </source>
   
      <note>
  -    from this version of Cocoon the <code>cocoon.jar</code>
  -    package should be added to the servlet engine classpath as any other
  -    required package (as shown above).
  +    The <code>cocoon.jar</code> package <strong>must</strong> be added to the 
  +    servlet engine classpath in order for the XSP subsystem to work correctly.
  +    We perfectly understand this as a limitation to Cocoon flexibility, and 
  +    we are working hard to make it possible for multiple cocoon instances to
  +    reside in the same JVM, unfortunately some limitations in Java 1.1 make 
  +    this impossible at this time.
      </note>
   
      <note>
  @@ -157,9 +160,11 @@
      </p>
   
      <p>
  -    If the page above is working, place the samples contained in the distribution
  -    (under <code>./samples</code>) in your web server URI space and call
  -    <code>index.xml</code> to see Cocoon in action.
  +    If the page above is working, make the samples contained in the distribution
  +    (under <code>./samples</code>) visible from your web server (by either 
  +    copying the files under yout <code>htdocs</code> directory, or by making
  +    at alias for the sample directory) and call <code>./samples/index.xml</code>
  +    to see Cocoon in action.
      </p>
   
      <note>
  
  
  
  1.5       +2 -2      xml-cocoon/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/site-book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- site-book.xml	2000/02/24 23:31:24	1.4
  +++ site-book.xml	2000/03/30 00:33:36	1.5
  @@ -4,7 +4,7 @@
   
     <external href="../index.html"  label="Back"/>
   <separator/>
  -  <external href="../dist"  label="Download"/>
  +  <external href="./dist"  label="Download"/>
   <separator/>
     <page id="index" label="Index" source="index.xml"/>
     <page id="license" label="License" source="license.xml"/>
  @@ -29,7 +29,7 @@
     <changes id="changes" label="Changes" source="changes.xml"/>
     <todo id="todo" label="Todo" source="todo.xml"/>
   <separator/>
  -  <external label="Code Repository" href="http://xml.apache.org/websrc/cvsweb.cgi/xml-cocoon"/>
  +  <external label="Code Repository" href="http://www.apache.org/websrc/cvsview.cgi/xml-cocoon"/>
     <external label="Dev Snapshots" href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
     <external label="Mail Archive" href="http://xml-archive.webweaving.org"/>
     <external label="Bug Database" href="http://xml.apache.org/bugs/"/>