From user-return-10868-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Fri Jul 11 07:26:15 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 42903 invoked from network); 11 Jul 2008 07:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 07:26:15 -0000 Received: (qmail 21983 invoked by uid 500); 11 Jul 2008 07:26:14 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 21973 invoked by uid 500); 11 Jul 2008 07:26:14 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 21962 invoked by uid 99); 11 Jul 2008 07:26:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 00:26:14 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.62] (HELO smtp107.prem.mail.sp1.yahoo.com) (98.136.44.62) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Jul 2008 07:25:19 +0000 Received: (qmail 21490 invoked from network); 11 Jul 2008 07:25:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=cRkK5B+ah28Q8imd922IsKN+08RwyjTYy6/iw1983/J29ZBnO3k05h+6GzVr1LuBpm/afid0Jikq0ldgbEqBC2WLlu+rEugGBHTSVD62feYt0yjJKmiM6mW1rHIhE4JpNf7v2k4vXq0nPUFiZeWtThGGQETgsq4wC8sxEwNLUr8= ; Received: from unknown (HELO ?10.11.55.41?) (david_jencks@63.105.20.225 with plain) by smtp107.prem.mail.sp1.yahoo.com with SMTP; 11 Jul 2008 07:25:41 -0000 X-YMail-OSG: 5ScBgBEVM1mr.MiAlifVva5qiFvoCdEVWs3Mbs.ipmteveLj5MPoaKi.0flee3SZXUQs3NxPI0aFnZ9SPS4fyU2Zj.EdswMXXyokLdNpC8I_ozQpzOtyRNX5Fm4ezWw- X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: user@geronimo.apache.org In-Reply-To: <18397860.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Redeployment Query Date: Fri, 11 Jul 2008 00:25:40 -0700 References: <18397860.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 10, 2008, at 11:55 PM, jithesh wrote: > > Hello Guys.. > > > I am using geronimo 2.0.0.1 (wasce) for hosting my web > application. > During each deployment I have to do the following steps. > 1. Stop the war file > 2. Uninstall the war file > 3. then redeploy the new war file. > > My problem is once I do uninstallation my files which are > stored by > the application is lost. The new war file does not contain my new > files. Is > there any mechanism to prevent the files from already deployed war > file. > That is I should be able to get the extra files after the new war > file is > deployed.. > > > Please give your tips on this.. Don't have your application modify itself by storing data inside the application. Instead, create a data directory for your application in /var/. I started some documentation on this here: http://cwiki.apache.org/GMOxDOC21/locating-your-application-specific-configuration-files.html thanks david jencks > > > Regards, > Jithesh > -- > View this message in context: http://www.nabble.com/Redeployment-Query-tp18397860s134p18397860.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >