Re: Remote Access Rejected

2004-03-24 Thread Harald Pollak
from the documentation: Remote Administration Note that by default, the Axis server is configured to only accept administration requests from the machine on which it resides - if you wish to enable remote administration, you must set the "enableRemoteAdmin" property of the AdminService to true

Re: Remote Access Rejected

2004-03-24 Thread Virginie Legrand
I have found what to do : turn to "true" the value of "enableRemoteAdmin" in the server-conf.wsdd. Bye, Virginie Virginie Legrand wrote: Hi all, I am trying axis and I want to deploy a web service by using Adminclient : java org.apache.axis.client.AdminClient hello.wsdd That works f

Re: Remote Access Rejected

2004-03-24 Thread Virginie Legrand
It's what I have done ... It doesn't work ! :( Harald Pollak wrote: try to uncommend the admin-section in web.xml ($CATALINA_HOME/webapps/axis/WEB-INF, when using Tomcat). Then it should work! best regards Harry Am Mi, den 24.03.2004 schrieb Virginie Legrand um 15:18: /Hi all, I am trying ax

Re: Remote Access Rejected

2004-03-24 Thread smcardle
Hi Virinie, You need to set the entry in the web.xml file to allow remote administration. It is set off by default. Regards Steve Quoting Virginie Legrand <[EMAIL PROTECTED]>: > Hi all, > > I am trying axis and I want to deploy a web service by using Adminclient : > > java org.apache.ax

Re: Remote Access Rejected

2004-03-24 Thread Harald Pollak
try to uncommend the admin-section in web.xml ($CATALINA_HOME/webapps/axis/WEB-INF, when using Tomcat). Then it should work! best regards Harry Am Mi, den 24.03.2004 schrieb Virginie Legrand um 15:18: Hi all, I am trying axis and I want to deploy a web service by using Adminclient : j

Remote Access Rejected

2004-03-24 Thread Virginie Legrand
Hi all, I am trying axis and I want to deploy a web service by using Adminclient : java org.apache.axis.client.AdminClient hello.wsdd That works fine when I execute it on the same host that tomcat server. But It doesn't work when I try to call the AxisServlet from another host I typed :