> what channel is "tvp" supposed to relate to?
> <channel ref="tvp" port="5000"/>
>
> Willy.
Sorry - this is only mistake during copy paste - I have changed it to
tcp, however it is not working.
Willy Denoyette [MVP] - 16 Apr 2008 16:12 GMT
>> what channel is "tvp" supposed to relate to?
>> <channel ref="tvp" port="5000"/>
[quoted text clipped - 3 lines]
> Sorry - this is only mistake during copy paste - I have changed it to
> tcp, however it is not working.
Another mistake during copy/paste?
<service>
<wellknown mode="Singleton" type="RemoteClass.Mathematica,
RemoteClass" objectUri="RemoteClass"/>
</service>
<channels>
<channel ref="tcp" port="5000"/>
</channels>
Willy.