You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/12/03 18:09:45 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF cocoon.xconf

nicolaken    2002/12/03 09:09:45

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
    <action dev="NKB" type="update">
      Moved the jsp components to the jsp block, using hand-made-to-be-cleaned
      mock objects for the weblogic specific imports.
      Had also to move some definitions from the cocoon roles and xconf file.
      This moving of the blocks is indeed cleaning the core! :-)
    </action>
  
  Revision  Changes    Path
  1.45      +0 -15     xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- cocoon.xconf	3 Dec 2002 16:44:08 -0000	1.44
  +++ cocoon.xconf	3 Dec 2002 17:09:45 -0000	1.45
  @@ -182,21 +182,6 @@
       <parameter name="preload" value="true"/>
     </program-generator>
   
  -  <!-- JSP Engine:
  -    The JspGenerator selects a JSPEngine component. The JSPEngine component
  -    launches a JSP servlet engine of your servlet container, feeds the
  -    HttpRequest into the JSP servlet engine, and pipes the jsp response as
  -    SAX events into Cocoon2. The JSP page is specified by the HttpRequest.
  -    This way you can continue to use your JSP pages. Your migration from JSP
  -    to XSP may be done step by step. You may specify your JSP pages either as
  -    JSP scriptlets or as JSP-XML. But keep in mind that your JSP output should
  -    be valid XML.
  -  -->
  -  <jsp-engine logger="core.jsp-engine">
  -    <parameter name="servlet-class" value="org.apache.jasper.servlet.JspServlet"/>
  -    <parameter name="servlet-name" value="*.jsp"/>
  -  </jsp-engine>
  -
     <!-- i18n Bundle Factory:
   	BundleFactory loads Bundles with i18n resources for the given locale.
   	Bundles are loaded from the 'catalogue_location'. Bundle base name is
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org