Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 39066 invoked from network); 11 Aug 2008 09:37:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 09:37:55 -0000 Received: (qmail 33458 invoked by uid 500); 11 Aug 2008 09:37:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33435 invoked by uid 500); 11 Aug 2008 09:37:41 -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 33424 invoked by uid 99); 11 Aug 2008 09:37:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 02:37:40 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.159] (HELO smtp5.freeserve.com) (193.252.22.159) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 09:36:43 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3404.me.freeserve.com (SMTP Server) with ESMTP id CC7D91C00086 for ; Mon, 11 Aug 2008 11:36:58 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.134.218]) by mwinf3404.me.freeserve.com (SMTP Server) with ESMTP id 7E0CE1C00085 for ; Mon, 11 Aug 2008 11:36:55 +0200 (CEST) X-ME-UUID: 20080811093655516.7E0CE1C00085@mwinf3404.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 28823112200 for ; Mon, 11 Aug 2008 10:28:58 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server02.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Nim7B+Yx4fh for ; Mon, 11 Aug 2008 10:28:54 +0100 (BST) Received: from host57.msm.che.vodafone (host212-183-132-78.uk.access.vodafone.net [212.183.132.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id 62BB9112030 for ; Mon, 11 Aug 2008 10:28:49 +0100 (BST) Message-ID: <48A00817.8050905@apache.org> Date: Mon, 11 Aug 2008 10:36:23 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Strange startorder of webapps References: <489FCC7D.6000807@abas.de> In-Reply-To: <489FCC7D.6000807@abas.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Tobias Kaefer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi! > > I have a strange problem with Tomcat 6.0.16 and the start order of my > webapps. I just switched form 32bit-Windows XP to 64bit-Linux on my > development system. On the Windows system everything works as expected: > ROOT webapp is the first webapp to be loaded. Afterwords my webapp is > loaded. There is no expected startup order. Neither the Servlet spec nor Tomcat define one. You can't rely on the apps starting in any particular order. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org