Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 1836 invoked from network); 7 Dec 2000 14:58:45 -0000 Received: from fw-us-hou-1.bmc.com (HELO creeper.bmc.com) (198.207.223.250) by locus.apache.org with SMTP; 7 Dec 2000 14:58:45 -0000 Received: from ec02-hou.bmc.com (localhost [127.0.0.1]) by creeper.bmc.com (8.10.2/8.10.2) with ESMTP id eB7EwVm05979 for ; Thu, 7 Dec 2000 08:58:31 -0600 (CST) Received: by EC02-HOU.bmc.com with Internet Mail Service (5.5.2650.21) id ; Thu, 7 Dec 2000 08:58:44 -0600 Message-ID: From: "Aiken, David" To: "'tomcat-dev@jakarta.apache.org'" Subject: Sharing look/feel across webapps Date: Thu, 7 Dec 2000 09:01:58 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N hi all.. We're creating several web applications which must share a common look/feel. We have thought of combining them into a single webapp - this will work, but requires a convoluted install/upgrade/uninstall strategy. I suspect that objects kept in the session context will persist across apps on the same server, and the CLASSPATH could hold any required classes for tags et al, but i'm not sure if tag library declarations or includes of JSP pages/CSS style sheets across app boundaries would work. Does anyone have a useful strategy to solve this problem? thanks! david aiken