Re: How to share static content across multiple tomcat webapps

2007-05-01 Thread Rashmi Rubdi
Hi Martin, On 5/1/07, Martin Jones <[EMAIL PROTECTED]> wrote: Thanks for the reply. After mulling this over, I've thought of another way to do it (apologies if I'm not using the correct terminology here). Have the static content in a single directory on my development machine, then use my Ant

Re: How to share static content across multiple tomcat webapps

2007-05-01 Thread Martin Jones
Thanks for the reply. After mulling this over, I've thought of another way to do it (apologies if I'm not using the correct terminology here). Have the static content in a single directory on my development machine, then use my Ant build script to have the contents included in the .war file. Th

Re: How to share static content across multiple tomcat webapps

2007-04-30 Thread Rashmi Rubdi
Hi Martin, On 4/30/07, Martin Jones <[EMAIL PROTECTED]> wrote: Hi, This seems like an obvious question but I'd appreciate any answers. I have several webapps running under tomcat that need to be able to include the same sidebar in their .jps. if the sidebar is within the context, this works fi

How to share static content across multiple tomcat webapps

2007-04-30 Thread Martin Jones
Hi, This seems like an obvious question but I'd appreciate any answers. I have several webapps running under tomcat that need to be able to include the same sidebar in their .jps. if the sidebar is within the context, this works fine: <%@ include file="sidebar.html" %> However this requires me