|
Home > Archive > Macromedia Flash Server > June 2006 > FMS HostPort question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FMS HostPort question
|
|
| Dave Williams 2006-06-07, 1:11 pm |
| Does anyone understand the interaction between fms.ini and Adaptor.xml?
In fms.ini I have inserted:
ADAPTOR.HOSTPORT = 12.34.56.78:1935,80,443
and in Adaptor.xml, I have inserted:
<HostPort name="edge1" ctl_channel=":19350">${ADAPTOR.HOSTPORT}</HostPort>
and all my applications can connect however, if I use the following:
In fms.ini I have inserted:
ADAPTOR.HOSTPORT = 12.34.56.78:1935,80,443
and in Adaptor.xml, I have inserted:
<HostPort name="edge1" ctl_channel=":19350">12.34.56.78:1935,80,443</HostPort>
my applications can not connect.
Does anyone know the correct way to use fms.ini and Adaptor.xml?
Thanks for the help... dave
--
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Bill Sanders 2006-06-07, 1:11 pm |
| Hi Dave,
When you have a value specified in your fms.ini, that value is passed
as ${XXX.XXX} in the .xml file. So if you have ADAPTOR.HOSTPORT=xxx
in your fms.ini, you need it's representation ${ADAPTOR.HOSTPORT} in
your XML file. What you have done is a double representation by
having it defined both in the fms.ini and the Adaptor.xml as exactly
the same value. The problem is that the xml file is looking for $
{ADAPTOR.HOSTPORT} and not a literal as you have in your example.
Stefan is the real expert on this list (and Brian, of course) and he
may shed further light.
HTH,
Bill
On Jun 7, 2006, at 9:21 AM, Dave Williams wrote:
> Does anyone understand the interaction between fms.ini and
> Adaptor.xml?
>
> In fms.ini I have inserted:
> ADAPTOR.HOSTPORT = 12.34.56.78:1935,80,443
>
> and in Adaptor.xml, I have inserted:
> <HostPort name="edge1" ctl_channel=":19350">${ADAPTOR.HOSTPORT}</
> HostPort>
>
> and all my applications can connect however, if I use the following:
>
> In fms.ini I have inserted:
> ADAPTOR.HOSTPORT = 12.34.56.78:1935,80,443
>
> and in Adaptor.xml, I have inserted:
> <HostPort name="edge1" ctl_channel=":
> 19350">12.34.56.78:1935,80,443</HostPort>
>
> my applications can not connect.
>
> Does anyone know the correct way to use fms.ini and Adaptor.xml?
>
> Thanks for the help... dave
>
> --
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Dave Williams 2006-06-07, 1:11 pm |
| Thanks Bill
That makes perfect sense and therefore I'll do my IP insertion in fms.ini only.
Now do you know what ctl_channel=":19350" refers to?
cheers... dave
At 9:34 AM -0400 6/7/06, Bill Sanders wrote:[vbcol=seagreen]
>Hi Dave,
>
>When you have a value specified in your fms.ini, that value is
>passed as ${XXX.XXX} in the .xml file. So if you have
>ADAPTOR.HOSTPORT=xxx
>in your fms.ini, you need it's representation ${ADAPTOR.HOSTPORT} in
>your XML file. What you have done is a double representation by
>having it defined both in the fms.ini and the Adaptor.xml as exactly
>the same value. The problem is that the xml file is looking for
>${ADAPTOR.HOSTPORT} and not a literal as you have in your example.
>
>Stefan is the real expert on this list (and Brian, of course) and he
>may shed further light.
>
>HTH,
>Bill
>
>On Jun 7, 2006, at 9:21 AM, Dave Williams wrote:
>
--
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Stefan Richter 2006-06-07, 1:11 pm |
| You can ignore that unless you're running an origin/edge setup
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Dave Williams
> Sent: 07 June 2006 14:48
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] FMS HostPort question
>
> Thanks Bill
>
> That makes perfect sense and therefore I'll do my IP
> insertion in fms.ini only.
>
> Now do you know what ctl_channel=":19350" refers to?
>
> cheers... dave
>
> At 9:34 AM -0400 6/7/06, Bill Sanders wrote:
> is passed
> ADAPTOR.HOSTPORT=xxx in
> ${ADAPTOR.HOSTPORT} in your
> Adaptor.xml?
>
>
> --
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|
|
|
|