Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 68576 invoked from network); 1 Dec 2005 10:38:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 10:38:30 -0000 Received: (qmail 60635 invoked by uid 500); 1 Dec 2005 10:38:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60621 invoked by uid 500); 1 Dec 2005 10:38:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 60603 invoked by uid 99); 1 Dec 2005 10:38:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 02:38:15 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.110.128.102] (HELO mail5.mclink.it) (195.110.128.102) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 02:39:43 -0800 Received: from mail5.mclink.it (localhost [127.0.0.1]) by mail5.mclink.it (8.12.6p2/8.12.3) with ESMTP id jB1Abpd3043163 for ; Thu, 1 Dec 2005 11:37:51 +0100 (CET) (envelope-from g.briotti@mclink.it) Received: (from root@localhost) by mail5.mclink.it (8.12.6p2/8.12.3/Submit) id jB1AbpMD043162; Thu, 1 Dec 2005 11:37:51 +0100 (CET) Date: Thu, 1 Dec 2005 11:37:51 +0100 (CET) From: Giuseppe Briotti To: users@tomcat.apache.org Subject: IllegalStateException after ReDeploy... Message-Id: <1.3.200512011137.7362@mclink.it> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Mailer: Easy-MAIL v1.3 - http://www.mclink.it/ X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi to all! We have a JBOSS 3.2.3 + Tomcat 4.1.29 embedded. Sometimes we need to redeploy an application and, after such redeploy, a request to a JSP result in an unavailable page error. It seems related to the fact that, during a redeploy, a user request for a JSP of the application under deploy, causing a compilation error regardless if the JSP accessed is to be recompiled or not. i.e. suppose we have the application myApp with JSP_A and JSP_B. I made change on JSP_B then perform a redeploy. If nobody access myApp I find in work folder JSP_A original and JSP_B recompiled and all works fine. If someone access myApp, regardless JSP_A or JSP_B, while redeployng, this cause that the subsequent user access cause a IllegalStateException for each resource (both JSP_A and JSP_B). This means that a true "hot deploy" in not available? Or maybe there is some settings to do in .xml files? Any hint? TIA G. -- Giuseppe Briotti g.briotti@mclink.it "Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius." (Orazio) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org