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

svn commit: r306598 - /cocoon/trunk/tools/jetty/conf/main.xml

Author: bdelacretaz
Date: Thu Oct  6 04:49:19 2005
New Revision: 306598

URL: http://svn.apache.org/viewcvs?rev=306598&view=rev
Log:
context parameter added, can be set from system property

Modified:
    cocoon/trunk/tools/jetty/conf/main.xml

Modified: cocoon/trunk/tools/jetty/conf/main.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/jetty/conf/main.xml?rev=306598&r1=306597&r2=306598&view=diff
==============================================================================
--- cocoon/trunk/tools/jetty/conf/main.xml (original)
+++ cocoon/trunk/tools/jetty/conf/main.xml Thu Oct  6 04:49:19 2005
@@ -44,7 +44,7 @@
   <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 
   <Call name="addWebApplication">
-    <Arg>/</Arg>
+    <Arg><SystemProperty name="context" default="/"/></Arg>
     <Arg><SystemProperty name="webapp" default="."/></Arg>
     <Set name="defaultsDescriptor"><SystemProperty name="home" default="."/>/tools/jetty/conf/webdefaults.xml</Set>
   </Call>