Opened 17 years ago

Closed 16 years ago

#41 closed enhancement (wontfix)

Intermap installation problem on Windows

Reported by: jtheelen Owned by: geonetwork-devel@…
Priority: minor Milestone:
Component: Installer Version: 2.1.0 Final
Keywords: Install, Intermap, Windows Cc: an.heirman@…

Description

When installing Geonetwork 2.1.0 Final Release with Intermap on Windows, the relative paths in the Intermap config.xml cause errors to occur. In the Intermap configuration file, 3 relative paths are used:

<!-- temp files --> <param name="tempDir" value="../web/intermap/tmp/" />

<!-- http cache --> <param name="httpCacheDir" value="../web/intermap/httpCache/" />

<param name="northArrowImage" value="../web/intermap/images/northarrow.png" />

On Linux this might work, but on Windows it does not. Replacing the relative path with absolute paths is a solution, but this makes the web application dependent of the location of deployment, which is not good either.

Change History (2)

comment:1 by (none), 16 years ago

Milestone: v2.1.1

Milestone v2.1.1 deleted

comment:2 by ticheler, 16 years ago

Priority: majorminor
Resolution: wontfix
Status: newclosed
Type: defectenhancement

Would be nice to improve but is not a show stopper for most.

Note: See TracTickets for help on using tickets.