Hi Craig, I am using Tomcat 3.3 with Poolman 2.0.4. Right now I am able to load all the Poolman related JAR into Tomcat but Poolman need to read a XML file that point to a specific CLASSPATH (d:\poolman\lib). So how do I do that in my Tomcat so that Poolman can parse the XML?
Thanks. Regards, KL OOI ----- Original Message ----- From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "KL OOI" <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 4:40 PM Subject: Re: Strange problem on Tomcat 3.3 > You should read the docs that are included with the release. Both 3.3 and > 4.0 versions of Tomcat totally ignore the CLASSPATH environment variable > you might have specified (because it causes nothing but grief). If you > want your classes to be visible to all webapps, put your JAR file in the > "lib" directory. > > Craig McClanahan > > > On Wed, 21 Nov 2001, KL OOI wrote: > > > Date: Wed, 21 Nov 2001 16:26:06 +0800 > > From: KL OOI <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > > KL OOI <[EMAIL PROTECTED]> > > To: TOMCAT-USER <[EMAIL PROTECTED]> > > Subject: Strange problem on Tomcat 3.3 > > > > Hi all, > > > > I have put my JAR file in the SYSTEM CLASSPATH, but Tomcat still unable to find the CLASS. (Windows 2000 + JDK 1.3) > > Do anyone encounter this before? > > Any solution for this? Because I need to include my MS SQL JDBC and Poolman JAR. > > > > Thanks. > > > > Regards, > > KL OOI > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
