Results 1 to 2 of 2

Thread: Roo Flex Scaffolding - hardcoded server address

  1. #1
    Join Date
    Jun 2008
    Location
    Philadelphia, PA, USA
    Posts
    212

    Default Roo Flex Scaffolding - hardcoded server address

    I was about to put this into JIRA, but figured I'd ask in the forums first.

    I see the following in the appname_scaffold.html file -

    Code:
      <s:ChannelSet id="remotingChannels">
        <s:AMFChannel id="amf" 
             url="http://localhost:8080/rooflex/messagebroker/amf"/>	
      </s:ChannelSet>
    But the following relative pathing seems to work, and is tolerant to running wherever the server is hosted:

    Code:
      <s:ChannelSet id="remotingChannels">
        <s:AMFChannel id="amf" 
             url="messagebroker/amf"/>	
      </s:ChannelSet>
    Should I throw this in a JIRA or is it already on the list?

    Thanks,

    Ken

    Ken
    Ken Rimple
    Chariot Solutions
    email: krimple@chariotsolutions.com
    work: www.chariotsolutions.com/education
    personal: www.rimple.com

    Author: Spring Roo in Action (Manning)
    MEAP Site: manning.com/rimple

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    I don't believe we have a Jira for this yet, though it is something I had in mind. Please do go ahead and open one.

    Thanks!
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •