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 <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=& quot;http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc e"> <soapenv:Body> <soapenv:Fault> <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.Unauthor ized</fa ultcode> <faultstring>Remote administrator access is not allowed!</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> {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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
