dims        01/07/19 10:31:11

  Modified:    webapp   Tag: cocoon_20_branch cocoon.xconf
  Log:
  servlet-name is not really used right now in C2.0, But adding it anyway as it 
will be needed if we decide to hange the implementation to use 
NamedDispatcherInclude's as is being done in C2.1's JspEngineImplWLS.java or if 
we use C2.1's JSPEngineImplNamedDispatcherInclude (experimental!!!)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.17  +1 -0      xml-cocoon2/webapp/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
  retrieving revision 1.7.2.16
  retrieving revision 1.7.2.17
  diff -u -r1.7.2.16 -r1.7.2.17
  --- cocoon.xconf      2001/07/18 08:54:56     1.7.2.16
  +++ cocoon.xconf      2001/07/19 17:31:11     1.7.2.17
  @@ -64,6 +64,7 @@
   
     <jsp-engine>
       <parameter name="servlet-class" 
value="org.apache.jasper.servlet.JspServlet"/>
  +    <parameter name="servlet-name" value="*.jsp"/>
     </jsp-engine>
   
     <programming-languages>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to