You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by xu cai <je...@gmail.com> on 2006/09/07 11:29:44 UTC

Re: Remote Deployment

enable remote admin in axis config file: server-config.wsdd


On 8/30/06, Tommy Tran <To...@halliburton.com> wrote:
>
> Hi,
> Is there a way to deploy my Webservice remotely? I have created my
> deloyed.wsdd file and successfully deployed to my local Tomcat Server. I
> tried running the same script but this time pointing to my development
> box, but this is the error I got. Can someone tell me what the best way
> to do this is?
>
> TIA,
> t
>
>
>
> C:\javaApp\HalESD>java -cp
> c:\axis\lib\axis.jar;c:\axis\lib\commons-discovery-0.2.jar;c:\axis\lib\c
> o
> mmons-logging-1.0.4.jar;c:\axis\lib\jaxrpc.jar;c:\axis\lib\saaj.jar;c:\a
> xis\lib\log4j-1.2.8.jar;c:\a
> xis\lib\xml-apis.jar;c:\axis\lib\xercesImpl.jar;c:\axis\lib\wsdl4j-1.5.1
> .jar org.apache.axis.client.
> AdminClient -lhttp://34.224.35.73/axis/services/AdminService deploy.wsdd
> log4j:WARN No appenders could be found for logger
> (org.apache.axis.i18n.ProjectResourceBundle).
> log4j:WARN Please initialize the log4j system properly.
> Processing file deploy.wsdd
> Exception: AxisFault
> faultCode: {http://xml.apache.org/axis/}HTTP
> faultSubcode:
> faultString: (401)Unauthorized
> faultActor:
> faultNode:
> faultDetail:
>        {}:return code:  401
> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
> &lt;soapenv:Envelope
> xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> xmlns:xsd=&
> quot;http://www.w3.org/2001/XMLSchema&quot;
> xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instanc
> e&quot;&gt;
> &lt;soapenv:Body&gt;
> &lt;soapenv:Fault&gt;
>   &lt;faultcode
> xmlns:ns1=&quot;http://xml.apache.org/axis/&quot;&gt;ns1:Server.Unauthor
> ized&lt;/fa
> ultcode&gt;
>   &lt;faultstring&gt;Remote administrator access is not
> allowed!&lt;/faultstring&gt;
>   &lt;detail/&gt;
> &lt;/soapenv:Fault&gt;
> &lt;/soapenv:Body&gt;
> &lt;/soapenv:Envelope&gt;
>        {http://xml.apache.org/axis/}HttpErrorCode:401
> ----------------------------------------------------------------------
> This e-mail, including any attached files, may contain confidential and
> privileged information for the sole use of the intended recipient.  Any
> review, use, distribution, or disclosure by others is strictly
> prohibited.  If you are not the intended recipient (or authorized to receive
> information for the intended recipient), please contact the sender by reply
> e-mail and delete all copies of this message.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
- xucai