简体   繁体   中英

Message page not found for few css and js files in Spring MVC project

I an unable to access the few of CSS and JS files in my SPring MVC project. Below are the code in jsp page.

<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet"  type="text/css" href="/css/demopage.css" />
<link rel="stylesheet"  type="text/css" href="/css/demo_table.css" />
<link rel="stylesheet"  type="text/css" href="/css/demo_table_jui.css" />
<link rel="stylesheet"  type="text/css" href="/css/jquery-ui-1.8.24.custom.css" />
<script src="/javascript/jquery.js" type="text/javascript"></script>
<script src="/javascript/jquery_dataTables.js" type="text/javascript"></script>

It is able to access style.css and jquery.js files where as other files are not found but they have been kept with the these files only.

Recheck your paths. if it's dynamic, you probably need spring MVC specific linking.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM