You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/01/10 22:24:33 UTC

cvs commit: xml-cocoon/xdocs faq.xml

greenrd     01/01/10 13:24:32

  Modified:    xdocs    faq.xml
  Log:
  corrections
  
  Revision  Changes    Path
  1.37      +15 -16    xml-cocoon/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/faq.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- faq.xml	2000/12/14 16:33:49	1.36
  +++ faq.xml	2001/01/10 21:24:31	1.37
  @@ -232,7 +232,7 @@
   
    <faq id="logicsheet">
     <question>
  -   How can I avoid restarting the servlet engine every time I change a logichsheet?
  +   How can I avoid restarting the servlet engine every time I change a logicsheet?
      How can I specify the order of logicsheet transformation by XSL?
     </question>
     <answer>
  @@ -252,7 +252,7 @@
    </faq>
   
    <faq id="normalize">
  -  <question>I get a <em>java.lang.NoSuchMethodError</em> at XSPJavaPreprocessor.
  +  <question>I get a <em>java.lang.NoSuchMethodError</em> when running XSP.
      What's wrong?</question>
     <answer>
      <p>This happens because Cocoon needs a DOM Level 2 implementation and you
  @@ -285,6 +285,18 @@
     </answer>
    </faq>
   
  + <faq id="nojsp">
  +  <question>I put xerces.jar before another xml jar but now JSP has stopped working.
  +   How can I get both XSP and JSP to work?
  +  </question>
  +  <answer>
  +   <p>Run two copies (each in a separate virtual machine)
  +    of your servlet engine, one for JSP and one for Cocoon. How to
  +    do this will depend on what servlet engine you are using - consult
  +    its documentation.</p>
  +  </answer>
  + </faq>
  +
    <faq id="onetimeinit">
     <question>
      How can I tell Cocoon to only execute a piece of code once, when a page is first
  @@ -302,20 +314,7 @@
        // init code here, e.g.
        myConfig = MyConfigurator.getConfig ("mypage");
       }
  -    &lt;/xsp:logic&gt;
  -   </source>
  -  </answer>
  - </faq>
  -
  - <faq id="nojsp">
  -  <question>I put xerces.jar before another xml jar but now JSP has stopped working.
  -   How can I get both XSP and JSP to work?
  -  </question>
  -  <answer>
  -   <p>Run two copies (each in a separate virtual machine)
  -    of your servlet engine, one for JSP and one for Cocoon. How to
  -    do this will depend on what servlet engine you are using - consult
  -    its documentation.</p>
  +&lt;/xsp:logic&gt;</source>
     </answer>
    </faq>