Can't find Class for XLAN or XERCES in Servlet
When starting Tomcat I've modified the .bat file to put both the xlan.jar and xerces.jar files in the path. But when I try to access the servlet from the browser I get a classdef not found error.
I've extracted the xlan.jar to my classes path, and it solves that problem for the xlan classes, but I can't do the same thing for the xerces.jar because of signing problems.
How do I get tomcat to recognize the paths to these jar files? I've put them in the same dir as the jasper.jar, ant.jar and other jars that came with Tomcat.

