| [news.eclipse.tools.hyades] Re: can't connect to RASERVER |
Now it works. Thank you very much. Andrea
Tristano wrote:
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