Opened 17 years ago

Closed 15 years ago

#163 closed enhancement (invalid)

WebStudio Has Layer and Map Preview Dependancy on 'mapviewerphp' Option

Reported by: Crispin @… Owned by: zjames
Priority: medium Milestone:
Component: Web Studio Version:
Severity: major Keywords:
Cc: External ID:

Description

Using a defailt Windows install of MGOS 1.2b2 and .net (not PHP) there remains a dependancy in the WebStudio for PHP with mapviewerphp:

http://127.0.0.1/mapguide/mapviewerphp/ajaxviewer.php?_bla_

Is there a parameter to allow the installed mapviewer to be utilised instead of the PHP?

The admin login also by default references port 8080 which is "not right" for my selected install options on IIS

http://127.0.0.1:8008/mapguide

Attachments (1)

163.patch (4.5 KB ) - added by jng 16 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by zjames, 17 years ago

Milestone: 1.3
Owner: set to zjames
Status: newassigned
Type: defectenhancement

This is expected behaviour but makes sense as a simple enhancement. The login default should be filed as a separate ticket but a workaround for that is to modify the config.xml file in your local installation.

by jng, 16 years ago

Attachment: 163.patch added

comment:2 by jng, 16 years ago

This patch modifies webstudio to utilise the <DefaultTechnology> tag in the config.xml document.

When a session has been established, webstudio will create the viewer preview url based on the default technology option.

If 'php' is specified, the preview url will be http://<hostname:port>/mapguide/mapviewerphp/ajaxviewer.php

If 'java' is specified, the preview url will be http://<hostname:port>/mapguide/mapviewerjava/ajaxviewer.jsp

If 'aspnet' is specified, the preview url will be http://<hostname:port>/mapguide/mapviewernet/ajaxviewer.aspx

Otherwise, webstudio will use the installed default, which is: http://<hostname:port>/mapguide/mapviewerajax/

The layer, map, and weblayout previews have been modifed to use this calculated url, thus removing the dependency on 'mapviewerphp'

comment:3 by tomfukushima, 16 years ago

Milestone: 2.0

comment:4 by jng, 15 years ago

Resolution: invalid
Status: assignedclosed

Web Studio no longer exists

Note: See TracTickets for help on using tickets.