greenrd 01/01/15 12:26:42
Modified: xdocs faq.xml
Log:
note about repository permissions
Revision Changes Path
1.42 +6 -1 xml-cocoon/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/faq.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- faq.xml 2001/01/12 20:39:49 1.41
+++ faq.xml 2001/01/15 20:26:42 1.42
@@ -202,9 +202,14 @@
</faq>
<faq id="faq-nocompile">
- <question>I keep changing my XSP pages to try and fix a bug, and it never
seems
+ <question>When I change my XSP pages, it doesn't seem
to recompile. What gives?</question>
<answer>
+
+ <p>If you are using Tomcat, first check that the permissions of your
repository
+ directory (specified in <code>cocoon.properties</code>) are set to
read-write. One
+ way to do this is just create a new repository directory with the right
permissions and change
+ <code>cocoon.properties</code> to point to it.</p>
<p>If you use <![CDATA[<?xml-stylesheet?>]]>
to implement a logicsheet instead of the preferred mechanism,