Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 75147 invoked from network); 1 Jul 2003 09:25:31 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 1 Jul 2003 09:25:31 -0000 Received: (qmail 1245 invoked by uid 97); 1 Jul 2003 09:28:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 1238 invoked from network); 1 Jul 2003 09:28:07 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 1 Jul 2003 09:28:07 -0000 Received: (qmail 73719 invoked by uid 500); 1 Jul 2003 09:25:15 -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 73706 invoked from network); 1 Jul 2003 09:25:14 -0000 Received: from moutng.kundenserver.de (212.227.126.189) by daedalus.apache.org with SMTP; 1 Jul 2003 09:25:14 -0000 Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19XHOB-0008CZ-00 for tomcat-user@jakarta.apache.org; Tue, 01 Jul 2003 11:25:27 +0200 Received: from [193.155.110.131] (helo=pctwr1) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19XHOA-0000ug-00 for tomcat-user@jakarta.apache.org; Tue, 01 Jul 2003 11:25:26 +0200 From: "Thomas Weller" To: Subject: deleting JSP Files? Date: Tue, 1 Jul 2003 11:25:25 +0200 Message-ID: <4D255C2E2D440644A4D721E2ECB2DDF17D2533@sc-dc-sg.mmsg.mm-software.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I have a JSP Project I want to deliver on CD. Of course I don't want to provide all sources, so I decided only to include class-files. I precompiled all JSP files to class files and then deleted the JSP files. Unfortunately, this does not seem to work. Tomcat generates a file not found error. Second, I compiled the JSPs and then overwrite each of them with a single whitespace character. Even if Tomcat runs on a write protected medium (with just access to the TEMP directory), it displays a blank page then. How can that be? I thought that Tomcat would use the class-files, if they exist. Any suggestions? My setting is autoDeploy="false". Thanks, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org