di [mailto:[EMAIL PROTECTED]]
Sent: 10 July 2002 05:17
To: [EMAIL PROTECTED]
Subject: Include directive in Tomcat4
Hi all,
I am facing problem using include directive in tomcat 4.0.4. Here is the
situation:
I create a new folder named: test under webapps (webapps/test). The folder
test contains
This question is more suited for the User List.
I believe test is setup as a "webapp" in your installation.
Meaning: you should not include it in any kind of include directive. So
<%@ include file = "/test/hello.html" %>
should be
<%@ include file = "/hello.html" %>
or
<%@ include fil
Hi all,
I am facing problem using include directive in tomcat 4.0.4. Here is the
situation:
I create a new folder named: test under webapps (webapps/test). The folder
test contains two files:
- index.jsp
- hello.html
In index.jsp, this is what I have for the directive:
<%@ include file = "/test