Hello Guido,

thanks for your reply.
Nevertheless, my axix/tomcat server doesn't have any server-config.wsdd 
file ???

I "deployed" the axis server in the tomcat server.xml file with the 
following statement:

<Context path="/axis" docBase="axis" debug="1" privileged="true"/>

after 1h searching i found the solution :
In my web.xml configuration file I have to make the following entries :

<servlet>
     <servlet-name>AdminServlet</servlet-name>
     <display-name>Axis Admin Servlet</display-name>
     <servlet-class>
         org.apache.axis.transport.http.AdminServlet
     </servlet-class>
     <init-param>
       <param-name>enableRemoteAdmin</param-name>
       <param-value>true</param-value>
     </init-param>
     <load-on-startup>100</load-on-startup>
   </servlet>

Thanks for your help
Juergen

>Your server-config.wsdd file contains an entry for the AdminService:
><parameter name="enableRemoteAdmin" value="false"/>
>
>Just change that to true.
>
> >
> > I'm a very newbie to jakarta/axis/soap and I'm trying to do an jakarta
> > installation with the axis soap services.
> >
> > My jakarta server is running under the ip 192.168.3.112.
> > When I try to deploy the stock example which is deliverd by the axis
> > installation I get the following error:
> >
> > <faultcode
> > xmlns:ns1="http://xml.apache.org/axis/";>ns1:Server.Unauthorized</faultcode>
> > <faultstring>Remote administrator access is not allowed!</faultstring>
> >
> > Note: Client and server are on the same linux machine, but I restrict the
> > application server to one ip,
> > because I have other webservers running on other ip's on that machine.
> >
> > What can I do, when I want to deploy a webservice from a "remote"
>machine?
> > Is it possible to allow deploying from any ip ?

-----------------------------
Juergen Kaatz
Entwickler / Developer
WWE e-commerce IT GmbH
Eiffestrasse 462
20537 Hamburg
URL: http://www.e-commerceit.de/
URL: http://www.iets.de/ (Internet Export Trading System)
Tel: +49-40-2530659-32
Fax: +49-40-2530659-50
Tel. +49-40-2530659-0 (Zentrale)
E-Mail : [EMAIL PROTECTED]

Reply via email to