good morning,
I have an HTML template that uses bootstrap, but I do not load the styles I'm using NetBeans 8 and the App Engine server. So I am creating the references:
<link href="../src/java/font-awesome/font-awesome.css" rel="stylesheet" type="text/css"/>
<link href="../src/java/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="../src/java/css/animate.css" rel="stylesheet" type="text/css"/>
<link href="../src/java/css/style.css" rel="stylesheet" type="text/css"/>
Files are found on those routes.
This is the error I get:
[java] dic 19, 2017 10:57:32 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet
[java] ADVERTENCIA: No file found for: /src/java/font-awesome/font-awesome.css
[java] dic 19, 2017 10:57:32 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet
[java] ADVERTENCIA: No file found for: /src/java/css/bootstrap.min.css
[java] dic 19, 2017 10:57:32 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet
[java] ADVERTENCIA: No file found for: /src/java/css/style.css
[java] dic 19, 2017 10:57:32 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet
[java] ADVERTENCIA: No file found for: /src/java/css/animate.css
Someone knows what may be happening, problem with the App Engine server.