> All,
> Our webapp was built to use the Xerces xml parser.  I'm trying to
> update our JDK and tomcat version to do testing for a production level
> upgrade.  I'm running into problems with the JVM using the Crimson
> parse.  The crimson parser does not agree with our XML files.  Does
> anyone know how to disable the crimson parser that is bundled with JDK
> 1.4? Would using the non-LE version of tomcat help resolve this problem?

You should be able to use the "endorsed dirs" mechanism to override anything that 
comes with the JKD. Tomcat also sets them up - see startup scripts.

Nix.

Reply via email to