javascript - jsp dont load css and scripts after deploy -
i trying deploy java jsp application, view not charge .css , .js files, can fix this? file structure follows:
-project -meta-inf -web_inf -resources -css -scripts -administracion -control -inicio
your add lines given below:
<script type="text/javascript" src="resources/scripts/your_js_file.js"></script> <link rel="stylesheet" type="text/css" href="resources/css/style.css" />
Comments
Post a Comment