[GeoNetwork-users] Keyword lookup in advanced search disappeared ?

Hi,

We noticed on a hacked version of GeoNetwork (r5946) and on the current
trunk as well, that the binoculars ("What ?" search block) after the
keywords field disappeared. Relying on the recent commits, that does not
remind me anything. Does anyone know more about it ?

Thanks in advance for the answers,

Cheers,

--
Pierre Mauduit

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
Tel : + 33 (0)4 79 44 44 92
http://www.camptocamp.com
pierre.mauduit@anonymised.com

Hi again,

Okay, I did not notice that it seems to be configurable into
WEB-INF/config-gui.xml around line 131 ;

Cheers,

--
Pierre Mauduit

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
Tel : + 33 (0)4 79 44 44 92
http://www.camptocamp.com
pierre.mauduit@anonymised.com

Hi,

i am very disapointed but i could not find a way to make my perl scripts run correctly under Geoserver.
My configuration :
OS = Vista
Java jdk .1.6.018
Geoserver 2.0.1

<Servelet>
    ...
Configure form perl. Normal script without database connection works properly
</serverlet>

I do not know how to have more geoserver logging details, java details, and so one..

I need to access PostGis database via localhost and a cgi perl script, and the error message is :

DBI connect('dbname=reseau;host=127.0.0.1;port=5432','postgres',...) failed: could not create socket: Unknown socket error (0x0000277A/10106) at C:\tools\GeoServer\webapps\geoserver\WEB-INF\cgi\connectPG.pl line 16
could not create socket: Unknown socket error (0x0000277A/10106) at C:\tools\GeoServer\webapps\geoserver\WEB-INF\cgi\connectPG.pl line 16.

I do not know if i need to adapt java.policy (under Jdk directory) file in order to allow loopback IP connection.
My java.policy file contains : permission java.net.SocketPermission "*","accept,listen,resolve,connect" ;

Thank's for your help,

sincerly
Emmanuel