Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 47723 invoked from network); 22 Feb 2011 23:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 23:48:37 -0000 Received: (qmail 9404 invoked by uid 500); 22 Feb 2011 23:48:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 9357 invoked by uid 500); 22 Feb 2011 23:48:33 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 9348 invoked by uid 99); 22 Feb 2011 23:48:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 23:48:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 23:48:26 +0000 Received: from [192.168.245.129] (p549E0CD8.dip0.t-ipconnect.de [84.158.12.216]) by tor.combios.es (Postfix) with ESMTPA id C258E2260E9 for ; Wed, 23 Feb 2011 00:40:04 +0100 (CET) Message-ID: <4D644B1D.6050704@ice-sa.com> Date: Wed, 23 Feb 2011 00:47:41 +0100 From: =?UTF-8?B?QW5kcsOpIFdhcm5pZXI=?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Memory Leak in Tomcat References: <4D6413A0.7050508@christopherschultz.net> <4D643671.5080805@ice-sa.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit הילה wrote: ... The tomcat service (on windows) ran with local system... Ok, now I get it. ... > Now the tomcat service is running (as a Windows domain user) and authenticates to the DB with a domain > user The above are two entirely distinct matters. 1) the Tomcat service was running as "LocalSystem", and is now running under a Windows Domain user This does not require any additional components. You just need a Domain user, with the appropriate privilege to run a Service on this machine, and to set the "logon user" in the service tab of the Tomcat service. It does not require ntlmauth.dll (whatever that is, it is not a part of Tomcat), and I would bet that this, by itself, does not create any memory leak. 2) the Tomcat process authenticates to the database using a Windows Domain user. This /does/ require additional components (the jdts-1.2.5.jar in the tomcat 6.0\lib folder and the ntlmauth.dll which you mention), which is not provided by Tomcat, but apparently here : http://jtds.sourceforge.net/faq.html So it looks to me that you should ask the developers of jTDS why you are experiencing a memory leak when using it. I don't think that Tomcat per se has anything to do with this issue. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org