RE: Garbage in Context Attributes

2002-07-05 Thread Brett Knights
; Subject: Re: Garbage in Context Attributes > > > > > On Fri, 5 Jul 2002, A. Alfred Ayache wrote: > > > Date: Fri, 05 Jul 2002 17:05:46 -0400 > > From: A. Alfred Ayache <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>

Re: Garbage in Context Attributes

2002-07-05 Thread Craig R. McClanahan
On Fri, 5 Jul 2002, A. Alfred Ayache wrote: > Date: Fri, 05 Jul 2002 17:05:46 -0400 > From: A. Alfred Ayache <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Garbage in Context Attr

Re: Garbage in Context Attributes

2002-07-05 Thread A. Alfred Ayache
ul 2002, Cor Hofman wrote: > > > Date: Thu, 4 Jul 2002 08:40:34 +0200 > > From: Cor Hofman <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: RE: Garbage in Context Attribu

Re: Garbage in Context Attributes

2002-07-05 Thread Craig R. McClanahan
On Fri, 5 Jul 2002, A. Alfred Ayache wrote: > Date: Fri, 05 Jul 2002 15:18:29 -0400 > From: A. Alfred Ayache <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Garbage in Context Attr

Re: Garbage in Context Attributes

2002-07-05 Thread A. Alfred Ayache
Thanks Henner: But what method would you use to get the full array? Henner Zeller wrote: > > Hi, > > I am not familiar with the example you mention, but the contents of your > > attributes is not garbage. > > > > The WELCOME_FILES contains a String array. > > The resources contains a class name

RE: Garbage in Context Attributes

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Cor Hofman wrote: > Date: Thu, 4 Jul 2002 08:40:34 +0200 > From: Cor Hofman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Garbage in Context Attributes >

RE: Garbage in Context Attributes

2002-07-03 Thread Henner Zeller
Hi, > I am not familiar with the example you mention, but the contents of your > attributes is not garbage. > > The WELCOME_FILES contains a String array. > The resources contains a class named > org.apache.naming.resource.ProxyDirContext. ..and toString() (which is called implicitly if you try

RE: Garbage in Context Attributes

2002-07-03 Thread Cor Hofman
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 22:19 To: Tomcat Users List Subject: Garbage in Context Attributes Just ran ServerSnoop from the Hunter book, and in the context.getAttributeNames() I get two attributes with partial garbage: context.getAttributeNames(): context.getAttribute

Garbage in Context Attributes

2002-07-03 Thread A. Alfred Ayache
Just ran ServerSnoop from the Hunter book, and in the context.getAttributeNames() I get two attributes with partial garbage: context.getAttributeNames(): context.getAttribute("org.apache.catalina.WELCOME_FILES"): [Ljava.lang.String;@baa466 context.getAttribute("org.apache.catalina.resources")