kevinoneill    2003/08/03 19:10:30

  Modified:    tools/jetty/conf main.xml
  Log:
  converted the default xindice rpc location from /Xindice to /xindice
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xindice/tools/jetty/conf/main.xml
  
  Index: main.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/tools/jetty/conf/main.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- main.xml  24 Feb 2003 13:36:29 -0000      1.1
  +++ main.xml  4 Aug 2003 02:10:30 -0000       1.2
  @@ -44,7 +44,7 @@
     <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
   
     <Call name="addWebApplication">
  -    <Arg>/Xindice</Arg>
  +    <Arg>xindice</Arg>
       <Arg><SystemProperty name="webapp" default="."/></Arg>
       <Set name="defaultsDescriptor">./tools/jetty/conf/webdefaults.xml</Set>
     </Call>
  
  
  

Reply via email to