OpenLiberty / guide-rest-client-reactjs

A guide on how to access a simple RESTful web service and consume its resources with ReactJS in Open Liberty.
https://openliberty.io/guides/rest-client-reactjs.html
Other
2 stars 1 forks source link

File not found: /favicon.ico #19

Closed gkwan-ibm closed 3 years ago

gkwan-ibm commented 4 years ago

When hit the url http://gilberts-mbp.lan:9080, got following warning:

[INFO] [WARNING ] SRVE0190E: File not found: /favicon.ico

salmad3 commented 4 years ago
gkwan-ibm commented 4 years ago

2 opinions:

  1. Remove the requirement of the favicon.ico from the app
  2. add the favicon.ico to the app. It is available at https://github.com/OpenLiberty/sample-getting-started/tree/master/src/main/webapp/img
gkwan-ibm commented 3 years ago

close