Hi all,
While testing the GeoServer Web Configuration I faced the following problems :
1.- With the CVS files (catalogue.xml at least), the /geoserver/index.jsp page
is not running : I had to delete datastores (postGIS) cuase I could'nt get
connected to them. I even had to remove the SHAPEFILE datastores. After
having put my postGIS datastore, I could get the main configuration page. I
believe the default configuration files (catalogue, featureType/*) in the
final delivery will fix that kind of problem.
2.- the main page had a problem on the link under context (Main Menu). In
fact, two problems :
menu.jsp : miss the struts-html taglib and
struts-config.xml : use main.menu forward instead of mainmenu (logically, it
should be mainMenu as for the other forward labels ...)
3.- it seems (?) that the datastore type displayed (Data Configuration) is not
the one declared in the config files (ArcSDE is shown when postgis is
declared ?)
Finally, in testing the French translation I appeared that :
tiles-defs_fr.xml cannot have HTML entities (XML parser complains - any clue
?)
Furthermore, build.xml should be modified at line 562 by adding a * in the
ApplicationResources.properties (ApplicationResources*.properties) for having
the french translations in the classes directory.
I made some changes and updates (according to cvs) for the french translation
files.
I have enclosed the modified files.
didier
(attachments)
tiles-defs_fr.xml (10.1 KB)
struts-config.xml (12.7 KB)
ApplicationResources_fr.properties (6.12 KB)
menu.jsp (453 Bytes)
build.xml (30.3 KB)
Quoting Richard didier <dgr@anonymised.com>:
Hi all,
While testing the GeoServer Web Configuration I faced the following problems
:
1.- With the CVS files (catalogue.xml at least), the /geoserver/index.jsp
page
is not running : I had to delete datastores (postGIS) cuase I could'nt get
connected to them. I even had to remove the SHAPEFILE datastores. After
having put my postGIS datastore, I could get the main configuration page. I
believe the default configuration files (catalogue, featureType/*) in the
final delivery will fix that kind of problem.
2.- the main page had a problem on the link under context (Main Menu). In
fact, two problems :
menu.jsp : miss the struts-html taglib and
Thanks. Fixed.
struts-config.xml : use main.menu forward instead of mainmenu (logically, it
should be mainMenu as for the other forward labels ...)
"main.menu" refers to a tile definition, so I name it using a different
convention than the forward labels. Also fixed. (I've been having trouble
testing due to the current state of GeoServer)
3.- it seems (?) that the datastore type displayed (Data Configuration) is
not the one declared in the config files (ArcSDE is shown when postgis is
declared ?)
Will look into this.
Finally, in testing the French translation I appeared that :
tiles-defs_fr.xml cannot have HTML entities (XML parser complains - any clue
?)
Will look into this as well. Should be possible.
Furthermore, build.xml should be modified at line 562 by adding a * in the
ApplicationResources.properties (ApplicationResources*.properties) for having
the french translations in the classes directory.
Done. Thanks!
I made some changes and updates (according to cvs) for the french translation
files.
I have enclosed the modified files.
Thanks. I will include them now.
Thanks for the suggestions/concerns, we appreciate them.
Richard