Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 85720 invoked from network); 8 Dec 1999 16:29:39 -0000 Received: from scl.seagram.com (199.222.28.2) by 63.211.145.10 with SMTP; 8 Dec 1999 16:29:39 -0000 Received: from ccmail.seagram.com by scl.seagram.com with SMTP id LAA06076 (InterLock SMTP Gateway 3.0); Wed, 8 Dec 1999 11:29:36 -0500 Received: from ccMail by ccmail.seagram.com (IMA Internet Exchange 3.11) id 001A160B; Wed, 8 Dec 1999 11:22:36 -0500 Mime-Version: 1.0 Date: Wed, 8 Dec 1999 11:23:37 -0500 Message-Id: <001A160B.C22202@seagram.com> From: Jonathan_Pierce@seagram.com (Jonathan Pierce) Subject: Problems with WAR files To: tomcat-dev@jakarta.apache.org, general@jakarta.apache.org Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: cc:Mail note part All, Is the war file support complete yet in the current build? I just tried to jar up the examples folder into a war file called examples2.war and added an entry to my server.xml file as shown below: I was able to access the HelloWorld Example source with: http://localhost:8080/examples2/servlets/helloworld.html I was not able to run the example though as I received an HTML 404 page not found error when I tried the URL: http://localhost:8080/examples2/servlets/helloworld.html Questions that I have are: 1. Is loading servlets from class files in war achives supported yet? 2. Is loading servlets from jar files in the lib directory in war achives supported yet? 3. Can you explain the meaning of the isWARValidated and isWARExpanded tags? Thanks, Jonathan