Thomas,

Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WEB-INF and it has appeared to have deployed. Has this had the same effect as using the AdminClient? or does the admin client do more than update server-config.wsdd?

Rory..

>From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: deployment problems
>Date: Fri, 30 Jul 2004 12:34:50 -0500
>
>Rory,
>you have mentioned in original message you are deploying using:
>  java org.apache.axis.client.AdminClient deploy.wsdd
>
>Are you specifying Adminservice url using -l parameter? Service won't get added to the web app. without that.
>Your command must be something like:
>java org.apache.axis.client.AdminClient -lhttp://<hostname:port>/service/AdminService deploy.wsdd
>
>  Jai
>
>  -----Original Message-----
>From: rory galvin [mailto:[EMAIL PROTECTED]
>Sent: Friday, July 30, 2004 12:22 PM
>To: [EMAIL PROTECTED]
>Subject: RE: deployment problems
>
>
>
>
>Thomas,
>
>I did as you said and checked server-config.wsdd but the web service is still not listed. Im deploying my web services remotely using telnet. Could this be one of the problems? The annoying thing is is that the admin client keeps telling me that service has been deployed i.e. <Admin>Done processing</Admin> but the web service is nowhere to be seen.
>
>Rory..
>
>
>
>
>
>
>
>
> >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> >Subject: RE: deployment problems
> >Date: Fri, 30 Jul 2004 09:19:26 -0500
> >
> >As step 1, I would open up server-config.wsdd under web-app and see your services are listed.
> >
> >Jai
> >
> >-----Original Message-----
> >From: rory galvin [mailto:[EMAIL PROTECTED]
> >Sent: Thursday, July 29, 2004 11:54 AM
> >To: [EMAIL PROTECTED]
> >Subject: deployment problems
> >
> >
> >
> >
> >
> >Hey guys,
> >
> >I'm having basic trouble deploying my own webservice on axis. I've followed all of the given examples and haven't had any trouble with them so far... until I wrote my own. The problem occurs when I go to view my deployed service on http://joni.cs.tcd.ie:8080/axis/servlet/AxisServlet <http://joni.cs.tcd.ie:8080/axis/servlet/AxisServlet> . My web service isn't listed for some odd reason.
> >
> >These are the steps i been taking taking.
> >
> >Step 1: deploy using the admin client
> >
> >--> java org.apache.axis.client.AdminClient deploy.wsdd
> >
> >After which I get returned <Admin>Done processing</Admin>
> >
> >"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
> >
> >"""""""""""""""""""""""My deploy.wsdd"""""""""""""""""""""""""""""""
> >
> ><deployment xmlns="http://xml.apache.org/axis/wsdd/"
> >
> >xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
> >
> ><service name="OntologyDataExtractor" provider="java:RPC">
> >
> ><parameter name="className" value="com.trinity.webservices.swoogle.OntologyDataExtractor"/>
> >
> ><parameter name="allowedMethods" value="*"/>
> >
> ><beanMapping qname="myNS:Swoogle" xmlns:myNS="urn:SwoogleService"
> >
> >languageSpecificType="java:com.trinity.webservices.swoogle"/>
> >
> ></service>
> >
> ></deployment>
> >
> >""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
> >
> >Step 2: I've also added my class files to the classes folder under the axis directory
> >
> >classes->com->trinity->webservice->swoogle->OntologyDataExtractor
> >
> >AXIS IS TELLING ME THAT THE SERVICE HAS BEEN DEPLOYED BUT IT CLEARLY HASN'T BEEN. CAN ANYONE TELL ME WHY THIS IS AND HOW I MIGHT RESOLVE THE PROBLEM.
> >
> >Regards,
> >
> >Rory..
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >   _____
> >
> >STOP MORE SPAM with the new  <http://g.msn.com/8HMAEN/2728??PS=47575> MSN 8 and get 2 months FREE*
> >
>
>   _____
>
>MSN 8 helps ELIMINATE E-MAIL  <http://g.msn.com/8HMBEN/2743??PS=47575> VIRUSES. Get 2 months FREE*.
>


MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*.

Reply via email to