[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/web/admin/WEB-INF web.xml
From:       cmlenz () apache ! org
Date:       2001-09-24 16:16:40
[Download RAW message or body]

cmlenz      01/09/24 09:16:39

  Modified:    web/admin/WEB-INF web.xml
  Log:
  - Remove the 'domain' context-parameter which is not used anywhere
  - Remove non-essential init-parameters of the Struts ActionServlet,
    thereby also reducing the amount of debugging output
  - Add a link to the documentation of the ActionServlet and its
    init-parameters
  
  Revision  Changes    Path
  1.3       +11 -29    jakarta-slide/web/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/web/admin/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	2001/09/23 20:33:33	1.2
  +++ web.xml	2001/09/24 16:16:39	1.3
  @@ -8,26 +8,20 @@
     
     <!-- Context Initialization Parameters
          
  -       Use these parameters to specify the path to the domain configuration 
  -       file and the specific namespace to use, if necessary.
  -       
  -       If you don't specify the domain parameter, it is assumed that the 
  -       domain will already be initialized when this context is started, or 
  -       that you've specified the path to the domain configuration file in 
  -       slide.properties.
  -       
  -       If you don't specify the namespace parameter, the default namespace will
  -       be used, if available. -->
  -  <!-- context-param>
  -    <param-name>domain</param-name>
  -    <param-value>/Domain.xml</param-value>
  -  </context-param -->
  -  <!-- context-param>
  +       The namespace parameter lets you specify the name of the namespace that 
  +       you want to access through the administration webapp. If you don't 
  +       specify the namespace parameter, the default namespace will be used, if 
  +       available. -->
  +  <context-param>
       <param-name>namespace</param-name>
       <param-value>slide</param-value>
  -  </context-param -->
  +  </context-param>
     
  -  <!-- Action Servlet Configuration -->
  +  <!-- Action Servlet Configuration 
  +       
  +       See http://jakarta.apache.org/struts/api/org/apache/struts/action/
  +       ActionServlet.html for a detailed description and a list of available 
  +       parameters. -->
     <servlet>
       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
  @@ -41,18 +35,6 @@
       </init-param>
       <init-param>
         <param-name>nocache</param-name>
  -      <param-value>true</param-value>
  -    </init-param>
  -    <init-param>
  -      <param-name>debug</param-name>
  -      <param-value>2</param-value>
  -    </init-param>
  -    <init-param>
  -      <param-name>detail</param-name>
  -      <param-value>2</param-value>
  -    </init-param>
  -    <init-param>
  -      <param-name>validate</param-name>
         <param-value>true</param-value>
       </init-param>
       <load-on-startup>2</load-on-startup>
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic