Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 21065 invoked from network); 1 Jun 2005 12:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2005 12:34:42 -0000 Received: (qmail 11637 invoked by uid 500); 1 Jun 2005 12:34:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11590 invoked by uid 500); 1 Jun 2005 12:34:33 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 11560 invoked by uid 99); 1 Jun 2005 12:34:32 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=HTML_10_20,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail1.arnoldlogistics.com (HELO arlo1.arnoldlogistics.com) (63.166.17.6) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Jun 2005 05:34:31 -0700 To: "Ant Users List" Subject: deployment of web app MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.13 March 9, 2004 Message-ID: From: EMelious@arnoldlogistics.com Date: Wed, 1 Jun 2005 08:21:11 -0400 X-MIMETrack: Serialize by Router on arlo1/Arnold Logistics(Release 5.0.11 |July 24, 2002) at 06/01/2005 08:36:36 AM, Serialize complete at 06/01/2005 08:36:36 AM Content-Type: multipart/alternative; boundary="=_alternative 0043AA6785257013_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 0043AA6785257013_= Content-Type: text/plain; charset="us-ascii" I am attempting to deploy my first web application. I have read many tutorials and have worked on it for sometime now. I simply cannot understand what is needed to complete the process. I do not know what files need to be modified and placed where. This is what I have come up with so far. I have a web application called myapp. Inside is a root directory called bluegrass. Bluegrass holds all my jsp and html pages along with a WEB-INF folder. This WEB-INF folder has three components. A Lib folder, a classes folder, and a web.xml file. My classes folder holds one java class. I compile this application using ant. I am left with a .WAR file. I take this .WAR file and place it in the root directory(webapps) of Tomcat5.5. Tomcat then takes the war file and distributes to the directory. I then go to my address line and type in the following: http://localhost:8080/manager/deploy?path=/myapp. When I do this I continually receive a Failed: failed to find application at context path /myapp. I then go back to check my file only to see that myapp is no longer there. I am not sure why whole folder keeps disappearing. Does anyone know if I am supposed to modify the manager.xml files or maybe create a context.xml file or modify the server.xml file?? This is what I am unclear on. I can give more info if needed. Thanks Ethan --=_alternative 0043AA6785257013_=--