– System Setup ——————————-
Operating System and version: XP Professional
Eclipse version: 3.0.1
Eclipse build id:
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.8.1
Eclipse JDK version: 1.4.2
Application Server JDK version: 1.4.2 – Tomcat 5.0.25
Are there any exceptions in the Eclipse log file?
I have servlet “A” forwarding to “a.jsp”. In “a.jsp” I have the following JSTL line :
<c:import url=”/includes/doingheader.htm” context=”/extemplates/”/>
but when this runs it produces the following exception :
javax.servlet.ServletException: Unable to get RequestDispatcher for
Context: “/extemplates/” and URL: “/includes/doingheader.htm”. Verify
values and/or enable cross context access.
“extemplates” is a web project defined in MyEclipse with a folder “includes”.
How do I allow “a.jsp” to cross reference another project.
Can someone steer me in the right direction please.