exception in a log file...
Is this a known issue?
-Dennis Klotz
-Original Message-
From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 3:39 PM
To: Tomcat Users List
Subject: Re: Concurrency question for servlets
Hi,
from the tomcat source
package
never had any output for the run
time exception in a log file...
Is this a known issue?
-Dennis Klotz
-Original Message-
From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 14, 2006 3:39 PM
To: Tomcat Users List
Subject: Re: Concurrency question for servlets
Hi,
from
Hi,
from the tomcat source
package org.apache.catalina.core;
public class ApplicationContext
implements ServletContext {
public Object getAttribute(String name) {
synchronized (attributes) {
return (attributes.get(name));
}
}
to answer your ques
Hello.
I hope everyone is having a great day! I hope you have a moment for a
quick question.
I am fighting a memory leak problem and I want to try and rule in or out
concurrency issues. So given:
Servlet Code:
-
public enum XMSContextAttributes { applicationContext };
public void doGet (H