hello all,
while using GeoServer 1.6.1 (binary not war) i noticed a few 404
requests in the request log; i.e.:
127.0.0.1 - - [06/03/2008:00:48:09 +0000] "GET /geoserver/gs.ico HTTP/1.1" 404 1393
* moving the images directory from under
.../geoserver/webapps/geoserver/WEB-INF
to
.../geoserver/webapps/geoserver, and
* changing lines 7 and 8 in the index.jsp under .../webapps/geoserver
to the following:
<link type="image/gif" href="images/gs.gif" rel="icon"><!-- mozilla -->
<link href="images/gs.ico" rel="SHORTCUT ICON"><!-- ie -->
seem to fix the issue.
cheers;
rsn
Raif S. Naffah ha scritto:
hello all,
while using GeoServer 1.6.1 (binary not war) i noticed a few 404
requests in the request log; i.e.:
127.0.0.1 - - [06/03/2008:00:48:09 +0000] "GET /geoserver/gs.ico HTTP/1.1" 404 1393
* moving the images directory from under
.../geoserver/webapps/geoserver/WEB-INF
to
.../geoserver/webapps/geoserver, and
* changing lines 7 and 8 in the index.jsp under .../webapps/geoserver
to the following:
<link type="image/gif" href="images/gs.gif" rel="icon"><!-- mozilla --> <link href="images/gs.ico" rel="SHORTCUT ICON"><!-- ie -->
seem to fix the issue.
Yep, confirmed... and it's not the only one image with a non
working path... I've opened an issue to fix all the references in
the jsp pages:
http://jira.codehaus.org/browse/GEOS-1791
Thanks for reporting
Cheers
Andrea