Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0517D051 for ; Tue, 4 Sep 2012 07:24:46 +0000 (UTC) Received: (qmail 85031 invoked by uid 500); 4 Sep 2012 07:24:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 84889 invoked by uid 500); 4 Sep 2012 07:24:43 -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 84872 invoked by uid 99); 4 Sep 2012 07:24:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 07:24:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dennie.nl@gmail.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 07:24:36 +0000 Received: by iebc10 with SMTP id c10so5589131ieb.18 for ; Tue, 04 Sep 2012 00:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KQwW+c701eSpvD6buA4JhMoEHPYjkEMUnxym0Ub6bhQ=; b=0mIHuCjxXFjgWEujECdpBBfCWrYbJ7yf8BzLWoTvXTGSy6iUXmfulUag31bn18unLI vszI7xwMGOIbAprphm6KDesEGUPQm3wEfDTsewzPqbM0qgs8fujqZWcPnkvTaxKPGLrk 6SyxdhWzQLykHmy3vheMEtrTbgz37J3x6DyIm6GgngdzEChueNbAN7LIdWByQBAp1NSS MwixRcAjrAsjn085+Nt25bcEJhn/U2X4/EIB37nhpafQqHrcTiGPLD/zdGO0NTKnflAm j2wH1sy8HM1BF5cgCxBsAL1G3umUWJG8SGOJEo1OA3wi6WvWXPM1JFcqLu2T5G1tHbQI hbeg== MIME-Version: 1.0 Received: by 10.50.194.136 with SMTP id hw8mr12925245igc.11.1346743456491; Tue, 04 Sep 2012 00:24:16 -0700 (PDT) Received: by 10.50.89.1 with HTTP; Tue, 4 Sep 2012 00:24:16 -0700 (PDT) Date: Tue, 4 Sep 2012 09:24:16 +0200 Message-ID: Subject: Root context switching From: "Dennie.nl" To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=14dae934101b53e7aa04c8db251e X-Virus-Checked: Checked by ClamAV on apache.org --14dae934101b53e7aa04c8db251e Content-Type: text/plain; charset=ISO-8859-1 Hello, I am new to Tomcat. What I like to do is to deploy different versions of my application, for example: hostname\myappv1 hostname\myappv2 Now I want the ROOT context to be set dynamicly to one of the available deployed versions. Is this possible? Is there a way to implement this? Cheers Dennie --14dae934101b53e7aa04c8db251e--