You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by gi...@apache.org on 2003/01/23 12:49:19 UTC

cvs commit: xml-xindice/java/examples/Addressbook/config web.xml

gianugo     2003/01/23 03:49:19

  Modified:    java/examples build.xml
               java/examples/Addressbook/config web.xml
  Log:
  Patch by Jarry Tan (jerry dot tan at sun dot com) to re-enable the addressbook example.
  
  Revision  Changes    Path
  1.2       +3 -0      xml-xindice/java/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/examples/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	27 Nov 2002 08:33:39 -0000	1.1
  +++ build.xml	23 Jan 2003 11:49:19 -0000	1.2
  @@ -97,6 +97,9 @@
                <include name="xmlrpc-1.1.jar"/>
                <include name="xml-apis-1.0b3.jar"/>
             </lib>
  +          <lib dir="${dist.dir}">
  +             <include name="xindice-1.1b.jar"/>
  +          </lib>
             <manifest>
                <attribute name="Built-By" value="${user.name}"/>
                <section name="org/apache/xindice">
  
  
  
  1.2       +5 -1      xml-xindice/java/examples/Addressbook/config/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/examples/Addressbook/config/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	27 Nov 2002 08:33:39 -0000	1.1
  +++ web.xml	23 Jan 2003 11:49:19 -0000	1.2
  @@ -19,6 +19,10 @@
           <servlet-name>Task</servlet-name>
           <url-pattern>/Task</url-pattern>
       </servlet-mapping>
  +    <servlet-mapping>
  +        <servlet-name>invoker</servlet-name>
  +        <url-pattern>/servlet/*</url-pattern>
  +    </servlet-mapping>
   
       <security-constraint>
           <web-resource-collection>