Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 62026 invoked from network); 2 Feb 2002 04:10:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Feb 2002 04:10:14 -0000 Received: (qmail 7895 invoked by uid 97); 2 Feb 2002 04:10:14 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 7879 invoked by uid 97); 2 Feb 2002 04:10:14 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 7865 invoked by uid 50); 2 Feb 2002 04:10:13 -0000 Date: 2 Feb 2002 04:10:13 -0000 Message-ID: <20020202041013.7864.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 6194] New: - Unable to unpack wars without freezing? X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6194 Unable to unpack wars without freezing? Summary: Unable to unpack wars without freezing? Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: rimovm@centercomp.com This was done with jdk 1.3.1 on a Win2K machine all security patches installed: Easiest way to reproduce: 1 - Download the 4.02 Expresso Complete from www.jcorporate.com and unpack. 2 - Launch catalina - everything should work. 3 - cd to the webapps\expresso directory and type: jar -cvf expresso.war * 4 - move the expresso.war file up to the webapps directory 5 - Delete the old expresso directory. 6 - Launch Catalina What happens for me is that catalina unpacks the war file, but then the initial servlets aren't called, and any web activity to localhost:8080/expresso/expresso/frame.jsp gets me '404 Not Available' 7- Kill catalina and restart Should work fine now. [Although on a side note, since the java files are in the web-inf directory, it seems that jasper tries to recompile things? I usually get several errors pointing into the expresso source file... delete the source and the jsp displays fine] This happens for me all the time, although apparantly for others it works well under Linux. Thanks for your time! -Mike -- To unsubscribe, e-mail: For additional commands, e-mail: