how to enable cross context access
843838Jul 26 2005 — edited Sep 29 2005pleas help.... i have problems trying to import a jsp file from different context....
my codes:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<c:import context="/fileupload" url="/fileupload/jsp/test.jsp"/>
and in the server.xml:
<Context path="/javaportlets" docBase="javaportlets" debug="0" reloadable="true" crossContext="true" />
<Context path="/fileupload" docBase="fileupload" debug="0" reloadable="true" crossContext="true" />
please please help....thanks