Documentation
Kattare is dedicated to making your hosting experience as painless as possible.
That means making as much help and documentation available as possible.
If you have a question that you think would be helpful to have here, please
[Submit your Question].
|
|
| Category |
| JSP-Java Servlets |
|
Question
|
Last Modified: Feb 09, 2004
|
| My Xalan fails with JDK 1.4 |
| Answer |
|
The 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
|
[FAQ Main]
[Submit a Question]
[Back to Category "JSP-Java Servlets"]
|