[GeoNetwork-users] Modify URL to geoserver edits to config-gui.xml still point to localhost

Hi,

I've updated WEB-INF/config-gui.xml

    <layer server="/geoserver/wms" tocName="Borders" params="{layers:
'gn:gboundaries', transparent: 'true', format: 'image/png'}" options="{}"
/>
    <layer server="/geoserver/wms" tocName="Ortophoto" params="{layers:
'gn:world', format: 'image/jpeg'}" options="{isBaseLayer: true}" />

in both sections and also tried it with the absolute url to my geoserver
installation

and restarted geonetwork and tomcat but it's still looking for:

http://localhost:8080/geoserver/wms?LAYERS=gn%3Agboundaries&TRANSPARENT=true&FORMAT=image%2Fpng&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A4326&BBOX=90,0,180,90&WIDTH=256&HEIGHT=256

There's 33 errors in my chrome dev tools console all related to it not
locating geoserver.

Once I've updated that I need to install the gn:boundaries and gn:world
layers into my existing geoserver application. Can they be
downloaded separately?

Many thanks
Dan