You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by lg...@apache.org on 2005/10/12 13:05:04 UTC

svn commit: r314845 - /cocoon/trunk/src/webapp/WEB-INF/properties/core.properties

Author: lgawron
Date: Wed Oct 12 04:04:50 2005
New Revision: 314845

URL: http://svn.apache.org/viewcvs?rev=314845&view=rev
Log:
cocoon does not start if used from separate jetty

Modified:
    cocoon/trunk/src/webapp/WEB-INF/properties/core.properties

Modified: cocoon/trunk/src/webapp/WEB-INF/properties/core.properties
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/properties/core.properties?rev=314845&r1=314844&r2=314845&view=diff
==============================================================================
--- cocoon/trunk/src/webapp/WEB-INF/properties/core.properties (original)
+++ cocoon/trunk/src/webapp/WEB-INF/properties/core.properties Wed Oct 12 04:04:50 2005
@@ -18,7 +18,7 @@
 # Cocoon in.
 
 # This parameter points to the main configuration file for Cocoon.
-org.apache.cocoon.configuration=WEB-INF/cocoon.xconf
+org.apache.cocoon.configuration=/WEB-INF/cocoon.xconf
 
 # Delay between reload checks for the configuration in ms.
 # The check is only performed if reloading is turned on!