Then when I start the flex server the following DOES NOT SHOW UP in the output console:
[Flex] [INFO] Endpoint cf-polling-amf created with security: None
at URI: http://{server.name}:{server.port}/{context.root}/messagebroker/cfamfpol
ling
[Flex] [INFO] Endpoint cf-dataservice-rtmp created with security: None
at URI: rtmp://{server.name}:2048
[Flex] [INFO] Endpoint my-secure-http created with security: None
at URI: https://{server.name}:9100/{context.root}/messagebroker/httpsecure
[Flex] [INFO] [CFDataServicesAdapter] Configuring CFC adapter for destination cf
contact
But, when I run contactmgr.mxml from it's new location, it works. It finds the channel and destination. I don't understand why I'm not getting confirmation that it found them in my output window when I start up flex?
I should note that the cf channel-definitions and destination has been removed from the xml files in the c:\fds2\jrun4\servers\default\samples\WEB-INF\flex\ files. And inside my c:\fds2\jrun4\servers\default\flex\WEB-INF\flex\flex-enterprise-services.xml file I have the following:
<logging>
<target class="flex.messaging.log.ConsoleTarget" level="Error">
<properties>
<prefix>[Flex] </prefix>
<includeDate>false</includeDate>
<includeTime>false</includeTime>
<includeLevel>true</includeLevel>
<includeCategory>false</includeCategory>
</properties>
<filters>
<pattern>Endpoint.*</pattern>
<pattern>Service.*</pattern>
<pattern>Configuration</pattern>
<pattern>DataService.coldfusion</pattern>
</filters>
</target>
</logging>
Thanks for any help!
-Dustin
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

