Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65353 invoked from network); 5 Dec 2008 03:25:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 03:25:09 -0000 Received: (qmail 21708 invoked by uid 500); 5 Dec 2008 03:25:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 21606 invoked by uid 500); 5 Dec 2008 03:25:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 21581 invoked by uid 99); 5 Dec 2008 03:25:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 19:25:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 03:23:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3ABB1234C304 for ; Thu, 4 Dec 2008 19:24:46 -0800 (PST) Message-ID: <753020992.1228447486226.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 19:24:46 -0800 (PST) From: "Francisco Peredo (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-540) Prevent geronimo contamination from deployments from multiple workspaces In-Reply-To: <610809824.1228247324367.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653605#action_12653605 ] Francisco Peredo commented on GERONIMODEVTOOLS-540: --------------------------------------------------- Yes, but in Tomcat, I can choose to "contaminate" it if I want to do so, in Geronimo I can not choose, I am forced to do it. > Prevent geronimo contamination from deployments from multiple workspaces > ------------------------------------------------------------------------ > > Key: GERONIMODEVTOOLS-540 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-540 > Project: Geronimo-Devtools > Issue Type: New Feature > Components: eclipse-plugin > Affects Versions: 2.2.0, 2.1.4 > Reporter: Francisco Peredo > Assignee: Tim McConnell > Attachments: screenshot-1.jpg, screenshot-tomcat-adapter.jpg > > > When doing development of several independent applications over the Geronimo, that Geronimo installation gets contaminated by those applications > If I create workspaces1, and inside it I create dynamic webproject 1, and run it on Geronimo, then I switch to workspace2, and create dynamic webproject 2, and run it on Geronimo, since it is the same Geronimoinstance, both dynamic webproject 1 and dynamic webproject 2 will start (and there is no way, from inside eclipse to undeploy dynamic webproject 1 unless I go back to workspaces1 and undeploy it. > But, if one is working with Tomcat, there is no problem, applications do not "contaminate" the shared Tomcat, why is that? well the Tomcat WTP Adapter has a configuration option enabled by default under "Server Location", that reads: "Use workspace metadata (does not modify Tomcat installation)". I would like to have an option like that for Geronimo. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.