Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34323 invoked from network); 23 Jun 2010 08:19:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 08:19:51 -0000 Received: (qmail 15347 invoked by uid 500); 23 Jun 2010 08:19:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 14872 invoked by uid 500); 23 Jun 2010 08:19:45 -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 14861 invoked by uid 99); 23 Jun 2010 08:19:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 08:19:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of acm.zrl@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 08:19:36 +0000 Received: by vws10 with SMTP id 10so850721vws.18 for ; Wed, 23 Jun 2010 01:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=XShF9AKHUJUxQCdn10tXCCR/TBt6c8uI9Rqr1pcTGZU=; b=uDWKKCp9uxJB85Zg96SuhjVNJ0CDRwAJfuOKugNkjyMnCXHX3PlWTsOHQSPzzuokW0 8vZJKsHrmqEOTniOYxiuiQzmhz2pgywH38WmB7EWQjm6I4QL3mxvCJf+Gz4i75EF8bVv 2OeNdwpGMevgJtwzyyN3xUN9zxT5P8ohG/m+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iC/5MZ7SCmp5C9XGq9O9FoiT58FQQuIV9syVhdT41ABxsTQwnC45cfgfcBov3yW9oP NikkwH3cd9tJqwhawueVHKMabrfu+5aoPLR2o4t0NOiDYIHcrbBvVzhrH8fiw5870QAd +g5cgriOIt0AV90I6nVwh7GyudZkACV7Jmnds= MIME-Version: 1.0 Received: by 10.229.235.202 with SMTP id kh10mr4080698qcb.78.1277281150796; Wed, 23 Jun 2010 01:19:10 -0700 (PDT) Received: by 10.229.100.73 with HTTP; Wed, 23 Jun 2010 01:19:10 -0700 (PDT) Date: Wed, 23 Jun 2010 16:19:10 +0800 Message-ID: Subject: deploy problem From: Roy Chang To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e64af9944583570489ae31f3 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64af9944583570489ae31f3 Content-Type: text/plain; charset=ISO-8859-1 Hi: I use ant to deploy a servlet project like this : ant all, ant install. And it worked. But the next time after I restarted tomcat, I got 404 not found error. Anyone know why this happened? Thanks very much. -- Roy --0016e64af9944583570489ae31f3--