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? -- View this message in context: http://www.nabble.com/Tomcat-6-classpath-issue-tp18853872p18853872.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]