Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 21857 invoked from network); 15 Dec 2003 18:28:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Dec 2003 18:28:51 -0000 Received: (qmail 5260 invoked by uid 500); 15 Dec 2003 18:28:23 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 5246 invoked by uid 500); 15 Dec 2003 18:28:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5233 invoked from network); 15 Dec 2003 18:28:23 -0000 Received: from unknown (HELO wildblue) (63.204.15.49) by daedalus.apache.org with SMTP; 15 Dec 2003 18:28:23 -0000 Received: from universe (universe.corp.a9.com [192.168.10.10]) by wildblue (Postfix) with ESMTP id B5DCA1137D4 for ; Mon, 15 Dec 2003 12:29:30 -0800 (PST) Received: from corp.a9.com (helloworld.dhcp.corp.a9.com [192.168.10.238]) by universe (Postfix) with ESMTP id 56CBB8FC48 for ; Mon, 15 Dec 2003 10:28:27 -0800 (PST) Message-ID: <3FDDFD4B.1060705@corp.a9.com> Date: Mon, 15 Dec 2003 10:28:27 -0800 From: Joe Francis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 4.1.29 war unpacking problems References: <3FDA4626.9090109@corp.a9.com> <3FDA4774.6010808@gmx.net> In-Reply-To: <3FDA4774.6010808@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Philipp Taprogge wrote: > In tomcat 4 you have to either restart tomcat after you drop the war > in it's webapps directory or manually install the webapp using the > tomcat manager (the path to war file should be relative to the webapps > dir, so if you drop the war there, you can just enter it's name and > press install button). Thanks for responding! My findings: 4.1.29 cares not about war files, even across restarts, regardless of server.xml options. But I was able to use the manager app to load a .war file. The .war in question contains a web module with a trivial hellow world servlet (in WEB-INF/classes) and a web.xml to name the servlet and map it to a url. The manager starts it successfully, but calls to the servlet give me a directory listing instead of ruinning the servlet. One thing I noted is that netbeans is forcing a tag into my web.xml when I export to a war, even though I explicitly deleted the stuff prior to exporting. (Yes, I did save the changes.) Any thoughts on these issues appreciated. The goal is to be able to deploy web modules that have just servlets (no jsp or html files), and assign them to a given url. cheers, -joe --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org