Hi, I'm using apache1.3.12+tomcat3.1 in solaris 2.6 sparc machine I have a file that path is /usr/local/apache/htdocs/stockinfo/analysis/b.jsp And another file is /usr/local/apache/htdocs/a.jsp In b.jsp file, <%@ include file="../../a.jsp %> works fine. But <%@ include file="/a.jsp" %> doesn't work What's the problem? My server.xml file is ========================= =============================================================================== My tomcat.conf file is ===============================