Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to enable cross context access

843838Jul 26 2005 — edited Sep 29 2005
pleas 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2005
Added on Jul 26 2005
2 comments
442 views