I want to include a JSP from another application. Is this possible?
I have one application called "include" and one application called "myapp". From the /myapp/index.jsp i'm trying to use the tag <jsp:include page="/include/myinclude.jsp" />. Nothing shows for the include and no errors are thrown.
Any help is appreciated.