I must be doing something wrong, Resources doesn't work for me. Perhaps someone can point out the problem.
I need to include a file from outside of my webapp's directory tree using directive:
<%@ include file="inc/foo.inc" %>
For that purpose I defined Resources element like this:
In theory
Alexander Leyke wrote:
Hi,
I need to use include directive in JSP that points to file physically
located outside directory tree for Web application context. I tested two
forms of include directive: <%@include file="/../inc/name.inc" %> and
<%@include file="/symlink/name.inc" %>.
As far as I c
Hi,
I need to use include directive in JSP that points to file physically
located outside directory tree for Web application context. I tested two
forms of include directive: <%@include file="/../inc/name.inc" %> and
<%@include file="/symlink/name.inc" %>.
As far as I can tell from Tomcat 4.1.