Hola.
Tengo una aplicacion con jsp, pero al momento del deployment los scripts y css no cargan, si lo hago con netbeans en el monitor de red pararece lo siguiente:
Código:
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:909 | error, network)
at http://192.168.1.50:15635/resources/css/bootstrap.css
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:926 | error, network)
at http://192.168.1.50:15635/resources/js/jquery.js
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:930 | error, network)
at http://192.168.1.50:15635/resources/css/aditional.css
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:934 | error, network)
at http://192.168.1.50:15635/resources/css/colors.css
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:940 | error, network)
at http://192.168.1.50:15635/resources/js/validacionlogin.js
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:944 | error, network)
at http://192.168.1.50:15635/resources/js/bootstrap.js
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:947 | error, network)
at http://192.168.1.50:15635/resources/js/md5.js
Failed to load resource: the server responded with a status of 404 (Not Found) (19:14:52:987 | error, network)
at http://192.168.1.50:15635/favicon.ico
alguien sabe como solucionar este problema?, gracias de antemano.