Possible Duplicate:
How do I include a jsp file from a diff project into my project
How to call a JSP from a diff website(project)?
I am trying to make a common project which would have a header and footer that all my web projects in my firm is going to use.
so I have a jsp at
http://localhost:8080/common/webappfooter.jsp
and I am trying to get a page in my Sample project to include it.
I beening trying
<jsp:include path="http://localhost:8080/common/webappfooter.jsp" />
but it does not work