Opened 18 years ago
Closed 16 years ago
#163 closed enhancement (invalid)
WebStudio Has Layer and Map Preview Dependancy on 'mapviewerphp' Option
Reported by: | 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
Attachments (1)
Change History (5)
comment:1 by , 17 years ago
Milestone: | → 1.3 |
---|---|
Owner: | set to |
Status: | new → assigned |
Type: | defect → enhancement |
by , 17 years ago
comment:2 by , 17 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 , 17 years ago
Milestone: | 2.0 |
---|
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Web Studio no longer exists
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.