From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 14:32:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9361216A4CE; Fri, 16 Jul 2004 14:32:05 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FB243D53; Fri, 16 Jul 2004 14:32:05 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [128.255.45.214] ([128.255.45.214]) by serv01.divms.uiowa.edu with id i6GEW01j018127; Fri, 16 Jul 2004 09:32:03 -0500 (CDT) Message-ID: <40F7E746.7070902@uiowa.edu> Date: Fri, 16 Jul 2004 09:33:42 -0500 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org, java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.43 Subject: Tomcat Goes Its Own Way X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 14:32:05 -0000 Hi, I am having a weird problem with Tomcat: If I go into the jsp examples and modify the .jspx files, my changes have no effect on how they are executed! I can even delete them, it doesn't matter - they run just as before. But deleting or modifying .html files in the same directory has the expected effected. I have tried restarting Tomcat, and I 've even rebooted my machine - it doesn't seem to make any difference. How is this happening? Does Tomcat keep redundant copies of the .jspx files somewhere? - Jason