Knowledge Base - FAQ
Question: My Xalan fails with JDK 1.4The version of Xalan shipped with the new JDK is old, and can cause some servlets to not work. In order to get around this problem, edit your tomcat.sh script so that the JAVA_ENDORSED_DIRS points to the newer version of Xalan that you have stored in your home driectory. Example: JAVA_ENDORSED_DIRS="$BASEDIR"/bin:"$BASEDIR"/common/endorsed:/home1/j/johndoe/endorsed
Last Modified: Feb 09, 2004




