06-07-06 06: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
[ Post a follow-up to this message ]
|