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.

[558 byte] By [stricch] at [2007-9-26 1:32:11]
# 1
Ok, found my problem. The jar files for other applications need to be in lib directory at the same level as the classes directory.
stricch at 2007-6-29 1:32:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...