vmassol     01/07/03 02:05:36

  Modified:    cactus/docs/framework/xdocs ide_vajava.xml
  Log:
  added warning for support of JSP 1.0 and 1.1 within the VAJava scripts
  
  Revision  Changes    Path
  1.2       +10 -0     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ide_vajava.xml    2001/07/01 09:48:09     1.1
  +++ ide_vajava.xml    2001/07/03 09:05:30     1.2
  @@ -158,6 +158,16 @@
      <servlet>
         <name>jsp</name>
         <description>JSP support servlet</description>
  +
  +      <!--
  +        WARNING:
  +
  +        If you use the JSP 1.0 compiler, use the following
  +          <code>com.ibm.ivj.jsp.runtime.JspDebugServlet</code>
  +    
  +        If you use the JSP 1.1 compiler (VAJava 3.5.3 only), use the following
  +          <code>com.ibm.ivj.jsp.jasper.runtime.JspDebugServlet</code>
  +      -->
         <code>com.ibm.ivj.jsp.jasper.runtime.JspDebugServlet</code>
   
         <init-parameter>
  
  
  

Reply via email to