Date: 2004-07-16T06:51:52
Editor: AndreasHartmann <[EMAIL PROTECTED]>
Wiki: Cocoon Wiki
Page: DebuggingCocoon
URL: http://wiki.apache.org/cocoon/DebuggingCocoon
no comment
Change Log:
------------------------------------------------------------------------------
@@ -40,12 +40,12 @@
For XSP debugging you need additional steps:
- * Edit {{ {cocoon-cvs-home}\build\webapp\WEB-INF\web.xml}} to change the
location of Cocoon temporary files. All you have to do is to uncomment this
section:
-{{{
-<init-param>
- <param-name>work-directory</param-name>
- <param-value>WEB-INF/work</param-value>
-</init-param>
+ * Edit {{{ {cocoon-cvs-home}\build\webapp\WEB-INF\web.xml}}} to change the
location of Cocoon temporary files. All you have to do is to uncomment this
section:
+{{{
+<init-param>
+ <param-name>work-directory</param-name>
+ <param-value>WEB-INF/work</param-value>
+</init-param>
}}}
You have to have all source files to be placed relatively from your project
home.[[BR]]
'''This change needs a servlet container restart.'''