wskent wrote:
I have the following jars in my web projects \web\WEB-INF\lib dirdectory -
log4j-1.2.13.jar, mysql-connector-java-5.0.5.jar, servlet-api-2.4.jar,
standard-1.1.2.jar

When I retrieve the classpath using - String classPath = System.getProperty("java.class.path",".");
        LOG.debug("Classpath: " + classPath);
I get the following - Classpath: C:\Tools\Tomcat6/bin/bootstrap.jar;C:\Tools\jdk1.5/lib/tools.jar

Any ideas why the jars in WEB-INF\lib are not showing up in my classpath?

Tomcat doesn't use it that way.

Mark




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to