Greetings, I have searched the archives but cannot seem to find an answer to this question.
I currently have a Tomcat (v 3.2.3) - Apache (v 1.3.19) - Red-Hat web site, www.siteA.com, that consists of several hundred jsp pages and several servlets. I want to create a second web site, www.siteB.com, that uses the same content, but has a different look-and-feel. I was thinking that an easy way to do this would be to have siteB subclass siteA and override the jsp files that contain the HTML which controls the look-and-feel of the site. So, siteB's DocumentRoot would actually only have two files in it: header.jsp and footer.jsp which override siteA's header.jsp and footer.jsp. Can this be done? If so, where can I find some information on this? Or perhaps someone has a better idea on how to accomplish this? Thanks for your help, Steve -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
