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:

  1. 64 bit IIS - mapagent, .Net api, and PHP api
  2. 64 bit Apache - mapagent, PHP api
  3. 64 bit Tomcat - Java api

Change History (7)

comment:1 by trevorwekel, 14 years ago

Owner: set to trevorwekel
Status: newassigned

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.

comment:2 by trevorwekel, 14 years ago

Add PHP 5.3.1 64 bit binaries to installer tree under r4976

comment:3 by trevorwekel, 14 years ago

Add 64 bit Apache httpd 2.2.15 and Tomcat 6.0.26 under r4980

comment:4 by trevorwekel, 14 years ago

Additional fixups for 64 bit build under r4981, r4982, r4983 (misfiled under Ticket #1295)

comment:5 by trevorwekel, 14 years ago

Propagate 32/64 bit build type to Wix r4985

comment:6 by trevorwekel, 14 years ago

Additional WiX changes to flag build components as 64 bit under r4986. Thanks to Jason for helping out!

comment:7 by trevorwekel, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.