Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36300 invoked by uid 500); 20 Jul 2001 03:57:56 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 36293 invoked from network); 20 Jul 2001 03:57:55 -0000 Received: from unknown (HELO criticalsoftware.com) (194.65.152.210) by h31.sny.collab.net with SMTP; 20 Jul 2001 03:57:55 -0000 Received: from raptor (raptor.critical.pt [192.168.3.13]) by criticalsoftware.com (8.11.0/8.11.0) with SMTP id f6K3ugx30054 for ; Fri, 20 Jul 2001 04:56:42 +0100 (WEST) From: =?iso-8859-1?Q?Carlos_Ferr=E3o?= To: "tomcat ml" Subject: war URL changes Date: Fri, 20 Jul 2001 04:57:06 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hello list, I'm using Jboss2.2+Tomcat3.2.2+mod_jk+Apache. My war file with JSPs is deployed in JBoss deploy dir. I had to put an alias in httpd.conf in order to have apache process other files than jsp's under tomcat's context: Alias /library /usr/local/jboss2.2.2_tomcat/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Defau lt/library.war/web1006/ However, when I change my war, the deploy dir in Jboss isn't necessarily my deploy dir, which means that my web pages look messy unless I change again the httpd.conf. Anyone else has this problem?? How can this be circumvented??? Thanks in advance, Carlos Ferrao