How to include a file in the following folder WEB-INF\includes\header.js in jsp using tomcat. I have the included the following in jsp file but it does not work "
<script type="text/javascript" src="WEB-INF/includes/header.js"></script>
". It is not getting the header.js and when i view source and try to click on the src link it says resource not found 404 error.