Hi,

I did that, but i didn't restart tomcat. Problem solved.

Thanks

pratima gogineni wrote:

Did you do this as specified in the user guide?


          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*. To do this, find the "server-config.wsdd" file in your webapp's WEB-INF directory. In it, you'll see a deployment for the AdminService. Add an option as follows:

<service name="AdminService" provider="java:MSG">
 <parameter name="className" value="org.apache.axis.util.Admin"/>
 <parameter name="allowedMethods" value="*"/>
 *<parameter name="enableRemoteAdmin" value="true"/>*
</service>


Pratima

*/Nuno Martins <[EMAIL PROTECTED]>/* wrote:

    Hi all,

    I'am trying to proccess axis-admin with ant to a remote machine


    failonerror="true"
    xmlfile="deploy.wsdd"
    url="http://test.dev/axis/servlet/AxisServlet";
    >




    The problem is

    [AdminClient] Exception: AxisFault
    [AdminClient] faultCode:
    {http://xml.apache.org/axis/}Server.UnknownHost
    [AdminClient] faultSubcode:
    [AdminClient] faultString: Unknown host - could not verify
    admininistrator access
    [AdminClient] faultActor:
    [AdminClient] faultNode:
    [AdminClient] faultDetail:
    [AdminClient] {http://xml.apache.org/axis/}hostname:127.0.0.1


    Can anyone explains what is "Unknown host - could not verify
    admininistrator access".
    Im my machine, this works.

    Thanks




------------------------------------------------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free. <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/>




--



Reply via email to