How can I include the CSS in a JSP file, I just can not, does not find resources?

<script src=style.css"></script> 

thank

    1 answer 1

    Use this option:

     <script type="text/javascript"> <%@include file="/WEB-INF/js/knockout-3.3.0.js"%> </script> <style> <%@include file="/WEB-INF/css/style.css"%> </style>