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
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
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
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