yoavs       2004/12/03 07:17:34

  Modified:    catalina/src/conf web.xml
               webapps/docs changelog.xml jasper-howto.xml
  Log:
  Updated Jikes section of Jasper-HowTo, and updated conf/web.xml to point 
people there.
  
  Revision  Changes    Path
  1.54      +2 -5      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- web.xml   17 Nov 2004 14:35:30 -0000      1.53
  +++ web.xml   3 Dec 2004 15:17:34 -0000       1.54
  @@ -185,11 +185,8 @@
     <!--                       header is added by generated servlet  [false]  
-->
     <!--                                                                      
-->
     <!-- If you wish to use Jikes to compile JSP pages:                       
-->
  -  <!--   Set the init parameter "compiler" to "jikes".  Define              
-->
  -  <!--   the property "-Dbuild.compiler.emacs=true" when starting Tomcat    
-->
  -  <!--   by adding the above to your CATALINA_OPTS environment variable.    
-->
  -  <!--   If you get an error reporting that jikes can't use UTF8 encoding,  
-->
  -  <!--   try setting the init parameter "javaEncoding" to "ISO-8859-1".     
-->
  +  <!--   Please see the "Using Jikes" section of the Jasper-HowTo           
-->
  +  <!--   page in the Tomcat documentation.                                  
-->
   
       <servlet>
           <servlet-name>jsp</servlet-name>
  
  
  
  1.194     +15 -0     jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.193
  retrieving revision 1.194
  diff -u -r1.193 -r1.194
  --- changelog.xml     2 Dec 2004 06:03:43 -0000       1.193
  +++ changelog.xml     3 Dec 2004 15:17:34 -0000       1.194
  @@ -26,6 +26,21 @@
     </p>
   </section>
   
  +<section name="Tomcat 5.5.6 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Jasper">
  +    <changelog>
  +      <update>
  +        Updated Jasper-HowTo section on using Jikes, changed conf/web.xml 
JSPServlet to refer people to Jasper-HowTo so that we don't have these 
instructions in two places. (yoavs)
  +      </update>
  +    </changelog>
  +  </subsection>
  +</section>
  +
   <section name="Tomcat 5.5.5 (yoavs)">
     <subsection name="General">
       <changelog>
  
  
  
  1.24      +3 -1      jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jasper-howto.xml  22 Oct 2004 17:13:26 -0000      1.23
  +++ jasper-howto.xml  3 Dec 2004 15:17:34 -0000       1.24
  @@ -281,7 +281,9 @@
   <a href="http://oss.software.ibm.com/developerworks/opensource/jikes/";>
   Jikes</a> to compile JSP pages:
   <ul>
  -<li>Download and install the Ant JAR in 
<code>$CATALINA_BASE/common/lib</code>.</li>
  +<li>From your <a href="ant.apache.org">Ant</a> installation, copy ant.jar
  +and (if it's available: Ant 1.5 and later) ant-launcher.jar to 
  +<code>$CATALINA_BASE/common/lib</code>.</li>
   <li>Download and install jikes. jikes must support the -encoding option.
   Execute <code>jikes -help</code> to verify that it was built with support
   for <code>-encoding</code>.</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to