RE: tomcat4b6 classpath for poolman.xml

2001-07-27 Thread Eoin Woods

Not tried it with Tomcat 4.0, but with 3.x placing it in
$TOMCAT_HOME/classes works fine.

Eoin.

-Original Message-
From: Matt Barre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 8:35 AM
To: [EMAIL PROTECTED]
Subject: Re: tomcat4b6 classpath for poolman.xml


I guess it might help to include the trace from the out screen. :)

Starting service Tomcat-Standalone
Apache Tomcat/4.0-b6
Starting service Tomcat-Apache
Apache Tomcat/4.0-b6
null
java.lang.NullPointerException
java.lang.NullPointerException
at
com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
uration.java:121)
at
com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
ManConfiguration.java:75)
at
com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja
va:61)


Matt


- Original Message -
From: "Matt Barre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 9:32 AM
Subject: tomcat4b6 classpath for poolman.xml


> I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have
them up and
> running except for some trouble with poolman. From the trace before it
kills tomcat, it
> looks like it can't find the poolman.xml file. With tomcat 3.2 I simply
have this file
in
> my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place
a copy for
> tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.
>
> Thanks,
> Matt



Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Craig R. McClanahan



On Thu, 26 Jul 2001, Matt Barre wrote:

> PoolMan.jar is located inside my /tomcat/common/lib/ folder
> 

Try putting the properties file in /tomcat/common/classes (which you might
have to create first).  That way, it will be made available through the
same class loader that the PoolMan classes are.

If that doesn't work, then some digging inside the PoolMan sources will be
needed to figure out what is going on.

> Matt

Craig


> - Original Message -
> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 26, 2001 11:07 AM
> Subject: Re: tomcat4b6 classpath for poolman.xml
> 
> 
> >
> >
> > On Thu, 26 Jul 2001, Matt Barre wrote:
> >
> > > I guess it might help to include the trace from the out screen. :)
> > >
> > > Starting service Tomcat-Standalone
> > > Apache Tomcat/4.0-b6
> > > Starting service Tomcat-Apache
> > > Apache Tomcat/4.0-b6
> > > null
> > > java.lang.NullPointerException
> > > java.lang.NullPointerException
> > > at com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
> > > uration.java:121)
> > > at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
> > > ManConfiguration.java:75)
> > > at com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja
> > > va:61)
> > >
> >
> > Well, the bug is inside the parseXML() method of PoolMan, so it's pretty
> > hard to tell what's going on.  Where do you have the JAR file containing
> > PoolMan itself?
> >
> > >
> > > Matt
> > >
> >
> > Craig McClanahan
> >
> > >
> > > - Original Message -
> > > From: "Matt Barre" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, July 26, 2001 9:32 AM
> > > Subject: tomcat4b6 classpath for poolman.xml
> > >
> > >
> > > > I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have 
>them up
> and
> > > > running except for some trouble with poolman. From the trace before it kills 
>tomcat,
> it
> > > > looks like it can't find the poolman.xml file. With tomcat 3.2 I simply have 
>this
> file
> > > in
> > > > my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place a 
>copy
> for
> > > > tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.
> > > >
> > > > Thanks,
> > > > Matt
> > >
> > >
> 
> 




Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre

PoolMan.jar is located inside my /tomcat/common/lib/ folder

Matt
- Original Message -
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 11:07 AM
Subject: Re: tomcat4b6 classpath for poolman.xml


>
>
> On Thu, 26 Jul 2001, Matt Barre wrote:
>
> > I guess it might help to include the trace from the out screen. :)
> >
> > Starting service Tomcat-Standalone
> > Apache Tomcat/4.0-b6
> > Starting service Tomcat-Apache
> > Apache Tomcat/4.0-b6
> > null
> > java.lang.NullPointerException
> > java.lang.NullPointerException
> > at com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
> > uration.java:121)
> > at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
> > ManConfiguration.java:75)
> > at com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja
> > va:61)
> >
>
> Well, the bug is inside the parseXML() method of PoolMan, so it's pretty
> hard to tell what's going on.  Where do you have the JAR file containing
> PoolMan itself?
>
> >
> > Matt
> >
>
> Craig McClanahan
>
> >
> > - Original Message -
> > From: "Matt Barre" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, July 26, 2001 9:32 AM
> > Subject: tomcat4b6 classpath for poolman.xml
> >
> >
> > > I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have them 
>up
and
> > > running except for some trouble with poolman. From the trace before it kills 
>tomcat,
it
> > > looks like it can't find the poolman.xml file. With tomcat 3.2 I simply have this
file
> > in
> > > my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place a copy
for
> > > tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.
> > >
> > > Thanks,
> > > Matt
> >
> >




Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Craig R. McClanahan



On Thu, 26 Jul 2001, Matt Barre wrote:

> I guess it might help to include the trace from the out screen. :)
> 
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-b6
> Starting service Tomcat-Apache
> Apache Tomcat/4.0-b6
> null
> java.lang.NullPointerException
> java.lang.NullPointerException
> at com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
> uration.java:121)
> at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
> ManConfiguration.java:75)
> at com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja
> va:61)
> 

Well, the bug is inside the parseXML() method of PoolMan, so it's pretty
hard to tell what's going on.  Where do you have the JAR file containing
PoolMan itself?

> 
> Matt
> 

Craig McClanahan

> 
> - Original Message -
> From: "Matt Barre" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 26, 2001 9:32 AM
> Subject: tomcat4b6 classpath for poolman.xml
> 
> 
> > I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have them up 
>and
> > running except for some trouble with poolman. From the trace before it kills 
>tomcat, it
> > looks like it can't find the poolman.xml file. With tomcat 3.2 I simply have this 
>file
> in
> > my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place a copy 
>for
> > tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.
> >
> > Thanks,
> > Matt
> 
> 




Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre

I guess it might help to include the trace from the out screen. :)

Starting service Tomcat-Standalone
Apache Tomcat/4.0-b6
Starting service Tomcat-Apache
Apache Tomcat/4.0-b6
null
java.lang.NullPointerException
java.lang.NullPointerException
at com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
uration.java:121)
at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
ManConfiguration.java:75)
at com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja
va:61)


Matt


- Original Message -
From: "Matt Barre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 9:32 AM
Subject: tomcat4b6 classpath for poolman.xml


> I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have them up 
>and
> running except for some trouble with poolman. From the trace before it kills tomcat, 
>it
> looks like it can't find the poolman.xml file. With tomcat 3.2 I simply have this 
>file
in
> my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place a copy for
> tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.
>
> Thanks,
> Matt




tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre

I am moving a few of my applications from tomcat 3.2 to tomcat4-b6. I have them up and
running except for some trouble with poolman. From the trace before it kills tomcat, it
looks like it can't find the poolman.xml file. With tomcat 3.2 I simply have this file 
in
my jdkhome/jre/lib/ext/ folder. Anyone have a tip for where I should place a copy for
tomcat 4 to access? I'm on win2k with 2.0.4 of poolman.

Thanks,
Matt