Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 50508 invoked from network); 2 Jan 2006 16:40:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 16:40:14 -0000 Received: (qmail 18335 invoked by uid 500); 2 Jan 2006 16:40:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18318 invoked by uid 500); 2 Jan 2006 16:40:00 -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 18307 invoked by uid 99); 2 Jan 2006 16:40:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2006 08:40:00 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of okrasz_news@o2.pl designates 193.17.41.41 as permitted sender) Received: from [193.17.41.41] (HELO poczta.o2.pl) (193.17.41.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2006 08:39:59 -0800 Received: from [10.1.1.37] (jupiter.adlex.com [157.25.157.162]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 712F313775E for ; Mon, 2 Jan 2006 17:39:38 +0100 (CET) Message-ID: <43B95735.2030104@o2.pl> Date: Mon, 02 Jan 2006 17:39:17 +0100 From: Marcin Okraszewszki User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How to turn of CONTEXT RELOADS?? References: <43B90ED9.6080408@o2.pl> <43B94C31.9030300@o2.pl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So, where should I put this ''? I hope it will help :) Regars, Marcin Okraszewski Martin Gainty napisa�(a): > Yes I believe those rules changed ever so slightly in Tomcat 5.x as > your message indicated > the doc states > "Restart persistence may be disabled by setting this [pathname] > attribute to an empty string." > so > > should disable session object serialisation > > Anyone else? > Martin- > By default, Tomcat 5.5 attempts to save all objects that are stored in > the session object every timeit shuts downBy default, Tomcat 5.5 > attempts to save all objects that are stored in the session object > every timeit shuts down----- Original Message ----- From: "Marcin > Okraszewszki" > To: "Tomcat Users List" > Sent: Monday, January 02, 2006 10:52 AM > Subject: Re: How to turn of CONTEXT RELOADS?? > > >> I haven't set the reloadable option. Accorting to documentation, the >> default is "false", so I thought I do not need to set it. >> >> The context.xml: >> >> > pathname="/var/webapps/ROOT/WEB-INF/users.xml" /> >> >> >> >> And the server.xml >> >> >> >> > className="org.apache.catalina.mbeans.ServerLifecycleListener"/> >> >> >> >> > type="org.apache.catalina.UserDatabase" description="User database that >> can be updated and saved" >> factory="org.apache.catalina.users.MemoryUserDatabaseFactory" >> pathname="conf/tomcat-users.xml"/> >> >> >> >> >> >> >> > resourceName="UserDatabase"/> >> >> >> >> >> >> >> >> Martin Gainty napisa�(a): >> >>> Marcin- >>> >>> can we see contents of your >>> /META-INF/context.xml >>> specifically the value of the reloadable option >>> >>> dziekuje, >>> Martin- >>> >>>> Hi, >>>> I would like to turn off automatic context reloading in Tomcat. It is >>>> isn't about reloadable="true" context setting, because I haven't >>>> set it >>>> and I do not change anything in webapp and I still I found such log >>>> entry: >>>> >>>> INFO: Reloading context [] >>>> >>>> And then the application is reloaded, the context listeners get the >>>> signal, etc. I do not want such behavior. I have no idea what makes >>>> Tomcat to reload the context. I would like an application to be loaded >>>> and kept there until I stop Tomcat. >>>> >>>> Is it possible to somehow turn this off and have the application >>>> loaded >>>> only once? >>>> >>>> Regards, >>>> Marcin Okraszewski >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >>>> For additional commands, e-mail: users-help@tomcat.apache.org >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >>> For additional commands, e-mail: users-help@tomcat.apache.org >>> >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org