[EMAIL PROTECTED] wrote: > How do people set up their tomcat so that the web designers can work on > the static content and the programmers can work on the jsp stuff without > stepping on each other's toes? > > In my case the web designers have already been working with apache with > their files in /usr/local/apache/htdocs. > > My first thought is to put tomcat behind apache with mod_jk but after > some minimal testing I discovered that apache server side includes don't > work; for example, if the html from my jsp has <!--#include > virtual="/header.html"--> that line isn't replaced and is sent to the > browser.
Either Read The Fine Manual :-) <http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html> :: to enable SSI in Tomcat, or use a JSP (or JSTL) include. -- Hassan Schroeder ----------------------------- [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]