1

I have two different project In first Project have all js,ftl java files and I included jsp file also in:

Webcontent/test.jsp
META-INF/resources/test.jsp
META-INF/test.jsp

When I exported this jar file in another project, I'm unable to call this jsp file.

Tried Following way:

<jsp:include page="/test.jsp"></jsp:include>
<jsp:include page="/test.jar!/resources/test.jsp"></jsp>

but it's still showing error while accessing this path in jsp.

nmenego
  • 846
  • 3
  • 17
  • 36
Pramod Tiwari
  • 298
  • 5
  • 16

0 Answers0