William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
1
posted
0
I suspect that error is due to your code being compiled with a version of the Xerces library that does not match the one being used by Tomcat. Note that Tomcat will not use your environment classpath to find Xerces but uses its own version.
Display names must be at least two words: your first name, then your last name. Fictitious names are not allowed.
Please edit your profile and correct your display name since accounts with invalid display names will be deleted.
Dario Rehman
Greenhorn
Joined: Nov 24, 2006
Posts: 18
posted
1
Originally posted by William Brogden: I suspect that error is due to your code being compiled with a version of the Xerces library that does not match the one being used by Tomcat. Note that Tomcat will not use your environment classpath to find Xerces but uses its own version.
Bill
That was exactly my problem. Thanks!
stef ment
Greenhorn
Joined: Sep 25, 2008
Posts: 1
posted
1
This topic is old, but I try my question
What did you do concretely in Tomcat configuration