ilene       2003/04/23 06:30:04

  Modified:    java/xdocs/sources/xalan faq.xml
  Log:
  New FAQ from Christine Li ([EMAIL PROTECTED]) for using Xalan in Tomcat
  with JDK 1.4.
  
  Revision  Changes    Path
  1.30      +12 -0     xml-xalan/java/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- faq.xml   25 Feb 2003 15:50:10 -0000      1.29
  +++ faq.xml   23 Apr 2003 13:30:04 -0000      1.30
  @@ -218,6 +218,18 @@
           </ul>
         </a>
       </faq>
  +    <faq title='Issues running &xslt4j; on Tomcat with JDK 1.4'>
  +      <q>I got java.lang.IllegalAccessError running &xslt4j; on Tomcat with 
JDK 1.4.</q>
  +      <a>
  +        <p><anchor name='tomcat'/></p>
  +        <p><jump 
href="http://jakarta.apache.org/tomcat/index.html";>jakarta-tomcat 4.1.*</jump> 
is packed
  +           with an old version xercesImpl.jar. Based on the <resource-ref 
idref='endorsed' />, you should
  +           replace it with the newer xercesImpl.jar. You should add a newer 
xalan.jar to Tomcat as well.  
  +           Read the FAQ about <link anchor='jdk14'>Issues running &xslt4j; 
on JDK 1.4</link>. Place the 
  +           xalan.jar and xercesImpl.jar in the 
&lt;Tomcat_Home&gt;\common\endorsed directory, where 
  +           &lt;Tomcat_Home&gt; is where the Tomcat application server is 
installed.</p>
  +      </a>
  +    </faq>    
       <faq title="Using the 'signature' file to verify a download">
         <q>How do I use the "signature" file to verify my download?</q>
         <a>
  
  
  

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

Reply via email to