i am trying to load the js file in spring mvc project.
although i done the mapping in servlet file but still the file not getting loaded.
Here is the jsp file
here is the mapping file
Even i tried this
<script type="text/javascript" src="/resources/app.js"></script>
But things are not working
Please help