Tomcat 6 classpath issue

2008-08-06 Thread wskent
(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

Re: Tomcat 6 classpath issue

2008-08-06 Thread Mark Thomas
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,.);

Re: Tomcat 6 classpath issue

2008-08-06 Thread Steve Ochani
Date sent: Wed, 06 Aug 2008 08:36:48 -0700 (PDT) From: wskent [EMAIL PROTECTED] Subject:Tomcat 6 classpath issue To: users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org I have the following

Re: Tomcat 6 classpath issue

2008-08-06 Thread wskent
I looked at the Tomcat HowTo, so what do I use in place of System.getProperty(java.class.path,.); Ageed on not including the 2.4 jar! -- View this message in context: http://www.nabble.com/Tomcat-6-classpath-issue-tp18853872p18856933.html Sent from the Tomcat - User mailing list archive

Re: Tomcat 6 classpath issue

2008-08-06 Thread Steve Ochani
Date sent: Wed, 06 Aug 2008 11:25:23 -0700 (PDT) From: wskent [EMAIL PROTECTED] Subject:Re: Tomcat 6 classpath issue To: users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org I looked