Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/09/2015, 18:21
Avatar de Andreslrz
Andreslrz
 
Fecha de Ingreso: septiembre-2008
Mensajes: 99
Antigüedad: 16 años, 6 meses
Puntos: 2
Exclamación No carga css y scripts en deployment

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.