From user-return-10871-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Fri Jul 11 07:49:28 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 51463 invoked from network); 11 Jul 2008 07:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 07:49:26 -0000 Received: (qmail 49124 invoked by uid 500); 11 Jul 2008 07:49:27 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 48588 invoked by uid 500); 11 Jul 2008 07:49:26 -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 48577 invoked by uid 99); 11 Jul 2008 07:49:26 -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:49:26 -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.61] (HELO smtp106.prem.mail.sp1.yahoo.com) (98.136.44.61) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Jul 2008 07:48:32 +0000 Received: (qmail 3483 invoked from network); 11 Jul 2008 07:48:54 -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=lnAocM+Qa9iP/9Be8OUpZapPjJCv2P3r5gkmFExQTDIukBTwjwwLOYcX+ZN3scdc1oMTUBqrMIGjCMNjzbQkLCFSBputH5JNneKsHb2Hx23/hXD7G/IeDnl0OIrU385Xo0OiMyWYdt7OtbGVFREVJQ70ki/9H/MPzYFd8jMbvWs= ; Received: from unknown (HELO ?10.11.55.41?) (david_jencks@63.105.20.225 with plain) by smtp106.prem.mail.sp1.yahoo.com with SMTP; 11 Jul 2008 07:48:53 -0000 X-YMail-OSG: ipPE5dUVM1mG68ab.JA6rjrcM2nlANK22wZ0PN.P.dolnmWh4Y3qu8SOgANEyUazOXGyytZnLvO2LWcRJuRAnhyWCAZ0C_CxAbFrpKVa7T3iEqNgZzJOscXq9JTcWORFLTDLQ9EL5oMTvacqEtV9MLy5 X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: user@geronimo.apache.org In-Reply-To: <18398404.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:48:52 -0700 References: <18397860.post@talk.nabble.com> <18398404.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 11, 2008, at 12:38 AM, jithesh wrote: > > Thanks for your response... > > My actual problem is in my app, the uploaded images and > files will > store in the deployed app directory. If I do a deployment with new > war file > the already deployed folder will get deleted (The directory where > files and > images are stored also). I want to preserve that folder during each > redeployment. Just like a overwriting procedure.. As I said, don't do that. Put the files in an external directory under var. If you really want to write an app that lets users modify it by uploading content, jsps, viruses, etc into the app itself, I'd look into the in-place deployment option. thanks david jencks > > > Will that be doable with thsi approach... > > > Waiting for your response > Jithesh > -- > View this message in context: http://www.nabble.com/Redeployment-Query-tp18397860s134p18398404.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >