giacomo     01/06/14 12:39:31

  Modified:    xdocs    faq.xml
  Log:
  added faq entry posted by  Christopher Kohlhaas
  
  Revision  Changes    Path
  1.2       +16 -5     xml-cocoon2/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/xdocs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- faq.xml   2001/05/09 20:50:22     1.1
  +++ faq.xml   2001/06/14 19:39:28     1.2
  @@ -35,8 +35,8 @@
     <answer>
       <p>
         Cocoon compiles sitemaps into java classes to increase runtime performance,
  -      this is done only at startup and only if the sitemap file is modified, for 
  -      all the other requests the compiled sitemap is executed. See question #7 
  +      this is done only at startup and only if the sitemap file is modified, for
  +      all the other requests the compiled sitemap is executed. See question #7
         for information on how to pre-compile the sitemap and the XSP's.
       </p>
     </answer>
  @@ -47,9 +47,9 @@
     </question>
     <answer>
       <p>
  -      Cocoon.war includes all the libraries that it requires to run. They are 
  +      Cocoon.war includes all the libraries that it requires to run. They are
         several megabytes of Java classes and it also includes the JDK javac compiler
  -      which must be present in the war file to allow page compilation without 
  +      which must be present in the war file to allow page compilation without
         classloading problems.
       </p>
     </answer>
  @@ -140,7 +140,7 @@
   </faq>
   <faq>
    <question>
  -   Cocoon still won't start, this time I get 
  +   Cocoon still won't start, this time I get
   javax.xml.transform.TransformerConfigurationException: Namespace not supported by 
SAXParser
      in the Cocoon log file.
    </question>
  @@ -150,6 +150,17 @@
        it means that the Xerces library included with Cocoon is not being found.  The 
solution
        is to place the Xerces library first in the classpath.
      </p>
  + </answer>
  +</faq>
  +<faq>
  + <question>
  +  Windows 95/98 tells me that I don't have enough environment- memory?
  + </question>
  + <answer>
  +  This is another neat feature from DOS- times.
  +  To increase enviroment-space add the following line to your
  +  config.sys (and restart):
  +  shell=c:\command.com /E:4096 /P
    </answer>
   </faq>
   </faqs>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to