[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: can't connect to RASERVER
|
In data Fri, 19 Nov 2004 06:32:09 +0000 (UTC), Andrea ha scritto:
> <Host configuration="default">
> <Allow host="ALL"/>
> </Host>
Change
<Host configuration="default">
<Allow host="ALL"/>
</Host>
with:
<Hosts configuration="default">
<Allow host="ALL"/>
</Hosts>
Pratically, change "Host" with "Hosts".
The serviceConfig.xml file generated by SetConfig.bat procedure is wrong.
Bye