You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by KL OOI <oo...@yahoo.com> on 2001/11/21 09:26:06 UTC

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

Re: Strange problem on Tomcat 3.3

Posted by KL OOI <oo...@yahoo.com>.
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" <cr...@apache.org>
To: "Tomcat Users List" <to...@jakarta.apache.org>; "KL OOI"
<oo...@yahoo.com>
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 <oo...@yahoo.com>
> > Reply-To: Tomcat Users List <to...@jakarta.apache.org>,
> >      KL OOI <oo...@yahoo.com>
> > To: TOMCAT-USER <to...@jakarta.apache.org>
> > 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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Strange problem on Tomcat 3.3

Posted by "Craig R. McClanahan" <cr...@apache.org>.
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 <oo...@yahoo.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>,
>      KL OOI <oo...@yahoo.com>
> To: TOMCAT-USER <to...@jakarta.apache.org>
> 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
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>