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 named

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 Attributes Thanks Henner: But what method

Re: Garbage in Context Attributes

2002-07-05 Thread A. Alfred Ayache
Hofman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Garbage in Context Attributes Alfred, I am not familiar with the example you mention, but the contents of your attributes is not garbage. The WELCOME_FILES

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 Attributes Craig: You know, I had tried

RE: Garbage in Context Attributes

2002-07-05 Thread Brett Knights
= context.getAttributeNames(); while (enum.hasMoreElements()) { String name[] = (String[]) enum.nextElement(); -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 2:24 PM To: Tomcat Users List Subject: Re: Garbage in Context Attributes

RE: Garbage in Context Attributes

2002-07-04 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

RE: Garbage in Context Attributes

2002-07-04 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 to

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 Alfred, I am not familiar with the example you

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):