vmassol     01/08/02 02:09:41

  Modified:    cactus/docs/framework/xdocs ide_vajava.xml
  Log:
  made an error when patching with Todd's changes
  
  Revision  Changes    Path
  1.4       +13 -12    jakarta-commons/cactus/docs/framework/xdocs/ide_vajava.xml
  
  Index: ide_vajava.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/ide_vajava.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ide_vajava.xml    2001/08/02 09:02:27     1.3
  +++ ide_vajava.xml    2001/08/02 09:09:41     1.4
  @@ -93,17 +93,14 @@
           </p>
   
   <source><![CDATA[
  -  <servlet>
  -    <name>ServletRedirector</name>
  -    <description>Cactus Testing ServletRedirector</description>
  -    <code>org.apache.commons.cactus.server.ServletTestRedirector</code>
  -    <servlet-path>/ServletRedirector</servlet-path>
  -    <autostart>false</autostart>
  -    <init-parameter>
  -       <name>param1</name>
  -       <value>value1 used for testing</value>
  -    </init-parameter>
  - </servlet>
  +    <websphere-webgroup name="test">
  +       <description>Cactus Testing Web Application</description>
  +       <document-root>$approot$/web</document-root>
  +       <classpath>$approot$/servlets</classpath>
  +       <root-uri>/test</root-uri>
  +       <auto-reload enabled="true" polling-interval="3000"/>
  +       <shared-context>false</shared-context>
  +    </websphere-webgroup>
   ]]></source>
   
           <note>
  @@ -149,7 +146,11 @@
         <code>org.apache.commons.cactus.server.ServletTestRedirector</code>
         <servlet-path>/ServletRedirector</servlet-path>
         <autostart>false</autostart>
  -   </servlet>
  +      <init-parameter>
  +        <name>param1</name>
  +        <value>value1 used for testing</value>
  +    </init-parameter>
  + </servlet>
   
      <servlet>
         <name>JspRedirector</name>
  
  
  

Reply via email to