You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/09/19 21:35:19 UTC

cvs commit: jakarta-tomcat-4.0/jasper/doc jspc.html

pierred     00/09/19 12:35:18

  Modified:    jasper/doc jspc.html
  Log:
  Added -sax2 option.
  
  [Support for new initialization parameter
  sax2DriverClassName. Until we have JAXP to support
  SAX2.0, the SAX2.0 driver class name must be specified.]
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-tomcat-4.0/jasper/doc/jspc.html
  
  Index: jspc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/doc/jspc.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jspc.html	2000/08/31 17:37:06	1.3
  +++ jspc.html	2000/09/19 19:35:18	1.4
  @@ -4,7 +4,7 @@
   </head>
   <body>
   <H1> JspC -- A Command Line JSP Compilation Tool </H1>
  -<H3>$Id: jspc.html,v 1.3 2000/08/31 17:37:06 shemnon Exp $</H3>
  +<H3>$Id: jspc.html,v 1.4 2000/09/19 19:35:18 pierred Exp $</H3>
   
   <H2>OVERVIEW </H2>
   
  @@ -130,6 +130,7 @@
       -webinc &lt;file&gt;  Creates partial servlet mappings for the -webapp option
       -webxml &lt;file&gt;  Creates a complete web.xml when using the -webapp option.
       -ieplugin &lt;clsid&gt;  Java Plugin classid for Internet Explorer
  +    -sax2 &lt;driverclassname&gt; Driver class name for the SAX 2.0 parser to be used
   </pre>
   
   </body>