You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/06/27 13:42:28 UTC

svn commit: r201970 - /gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml

Author: leosimons
Date: Mon Jun 27 04:42:25 2005
New Revision: 201970

URL: http://svn.apache.org/viewcvs?rev=201970&view=rev
Log:
Make Dynagump serve up both / and /gump3. We use /gump3/ for the actively running dynagump (which is proxied through apache to /), and / is convenient for internal developer use

Modified:
    gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml

Modified: gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml?rev=201970&r1=201969&r2=201970&view=diff
==============================================================================
--- gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml (original)
+++ gump/branches/Gump3/dynagump/tools/jetty/conf/main.xml Mon Jun 27 04:42:25 2005
@@ -49,4 +49,10 @@
     <Set name="defaultsDescriptor">tools/jetty/conf/webdefaults.xml</Set>
   </Call>
 
+  <Call name="addWebApplication">
+    <Arg>/gump3/</Arg>
+    <Arg><SystemProperty name="webapp" default="."/></Arg>
+    <Set name="defaultsDescriptor">tools/jetty/conf/webdefaults.xml</Set>
+  </Call>
+
 </Configure>