Further to this message:

I can get MacOSX to retrieve configs via HTTP if I insert the following 
to the application's info.plist:

<plist version="1.0">
        <dict>
                ...
                <key>Java</key>
                <dict>
                        <key>Properties</key>
                        <dict>
                                ...
<!-- insert this -->
                                <key>XXE_CONFIG</key>
                                
<string>@http://iborg.local/xxe/config.list;+</string>
<!-- / insert this -->
                        </dict>
                </dict>
        </dict>
</plist>

I am unable to get WinXP or MacOSX to retrieve configs when they have 
been setup via environment variables. The server is never accessed. Has 
this behaviour been changed?

Any suggestions?

regards Jeremy


On Tuesday, September 2, 2003, at 05:26 PM, Jeremy Quinn wrote:

> Hi All
>
> I have just upgraded to XXE (SE) 2.4 on MacOSX and can no longer get 
> my configurations loaded via HTTP.
>
> I have tried the following :
>
> I added this to my ~/.tcshrc file:
>
>       setenv XXE_CONFIG @http://iborg.local/xxe/config/iniva/iniva.xxe
> or    
>       setenv XXE_CONFIG @http://iborg.local/xxe/config.list
>
> Alternatively, I added this to the info.plist of the .app package:
>
>       <dict>
>               <key>XXE_CONFIG</key>
>               <string>@http://iborg.local/xxe/config/iniva/iniva.xxe</string>
>       </dict>
> or
>       <dict>
>               <key>XXE_CONFIG</key>
>               <string>@http://iborg.local/xxe/config.list</string>
>       </dict>
>
> In both cases, the server does not actually get hit by XXE.
>
> The latter was working in XXE 2.3.
>
> I get no error messages.
>
> Any suggestions as to what is going wrong?
>
>
> Thanks
>
> regards Jeremy
>
> --
> XMLmind XML Editor Support List
> xmleditor-support at xmlmind.com
> http://www.xmlmind.com/mailman/listinfo/xmleditor-support
>


Reply via email to