Opened 14 years ago
Closed 14 years ago
#1387 closed enhancement (fixed)
Support 64 bit Web Extensions on Windows
Reported by: | trevorwekel | Owned by: | trevorwekel |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | Web API | Version: | 2.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
64 bit support is a key feature for MapGuide 2.2. This enhancement makes the necessary changes to the Web Extensions build and install process to enable full 64 bit support for both Server and Web Tier.
The enhancement will be made in three phases, time permitting:
- 64 bit IIS - mapagent, .Net api, and PHP api
- 64 bit Apache - mapagent, PHP api
- 64 bit Tomcat - Java api
Change History (7)
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 14 years ago
comment:6 by , 14 years ago
Additional WiX changes to flag build components as 64 bit under r4986. Thanks to Jason for helping out!
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Modify .Net assembly build to flag assemblies as x86 or x64. This helps IIS determine whether to run a 32 bit CLR under WOW64 or a 64 bit CLR. Submitted to trunk under r4974 and branches/2.2 under r4975.