ovidiu 02/01/25 10:55:46
Modified: src/scratchpad/schecoon/webapp cocoon.xconf
Log:
Added missing slashes in front of filenames, for Tomcat 4.0.1 to be happy.
Revision Changes Path
1.4 +2 -2 xml-cocoon2/src/scratchpad/schecoon/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/cocoon.xconf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cocoon.xconf 19 Jan 2002 01:09:16 -0000 1.3
+++ cocoon.xconf 25 Jan 2002 18:55:45 -0000 1.4
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<cocoon version="2.0" user-roles="user.roles">
+<cocoon version="2.0" user-roles="/user.roles">
<!-- ================ Apache Cocoon configuration file ================== -->
<!-- Please refer to the online documentation for full descriptions.
@@ -476,7 +476,7 @@
asynchron and for more safety the check-reload to no.
-->
<sitemap file="sitemap.xmap" reload-method="asynchron" check-reload="yes"
- components="components.xconf"
+ components="/components.xconf"
handler-class="org.apache.cocoon.scheme.sitemap.SchemeSitemapHandler"/>
<scheme-interpreter entry-point="main"
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]