Opened 16 years ago
Closed 13 years ago
#917 closed enhancement (fixed)
Make CS-Map path a serverconfig.ini option
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Server | Version: | |
Severity: | minor | Keywords: | |
Cc: | jbirch | External ID: |
Description
currently when installing on windows, there is a requirement for a env path variable to be set for CS-MAP, this requires a reboot of the server which is painful.
Moving the config for this into serverconfig.ini makes sense and also allows for future versions of mapguide to be run on the same box, without a conflict caused by using two versions of CS-MAP with only one env variable
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
It would be nice of, rather than removing the env var option, we could make the currently hard-coded default path a config file option. Is there a way to determine which config file (web or server) to read from inside the CS api?
comment:3 by , 16 years ago
Milestone: | 2.1 → 2.2 |
---|
comment:4 by , 15 years ago
Actually, with the plans to separate the MapGuide API dlls, and assuming we can use the MgCoordinateSystem API standalone outside of MapGuide, I would prefer that we can still read from MENTOR_DICTIONARY_PATH in case it can't be read from serverconfig.ini or webconfig.ini
comment:5 by , 15 years ago
Cc: | added |
---|---|
Milestone: | 2.2 |
Version: | 2.0.1 |
Removing milestone and version. This would be nice to have, but haven't seen anyone address it. If it's important for 2.2, raise on -internals :)
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with the implementation of RFC122 for 2.4
(from Bruce Dechant)
The web tier also uses the MENTOR_DICTIONARY_PATH so both the webconfig.ini and serverconfig.ini file would need to be updated with the CSMAP path.