Module: nagvis Branch: master Commit: 5b1d44d4d15c08f7295778e4f901d6c8771ed48e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=5b1d44d4d15c08f7295778e4f901d6c8771ed48e
Author: Roman Kyrylych <[email protected]> Date: Wed Aug 5 11:14:53 2009 +0300 gmap: Replaced hardcoded path to AMF server with autosubstituted placeholders Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/services-config.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uifx/src/services-config.xml b/uifx/src/services-config.xml index 9af7671..ffe927d 100644 --- a/uifx/src/services-config.xml +++ b/uifx/src/services-config.xml @@ -17,7 +17,7 @@ <channels> <channel-definition id="zend-endpoint" class="mx.messaging.channels.SecureAMFChannel"> - <endpoint uri="https://op5.org/nagvis/netmap/amf-server.php" + <endpoint uri="https://{server.name}:{server.port}/nagvis/netmap/amf-server.php" class="flex.messaging.endpoints.SecureAMFEndpoint"/> </channel-definition> </channels> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
