Things to try:

1. Instead of deploying with the AdminClient tool, try this. Edit Axis's
   server-config.wsdd file (in axis.war/WEB-INF). Check if the XML snippet
   for your deployment is actually part of server-config.wsdd. If it's not
   there, that's a problem, perhaps with AdminClient or the way you're
   calling it.
2. If it's there, remove that snippet. Then edit your deploy.wsdd and simply
   copy-and-paste that snippet from deploy.wsdd into server-config.wsdd.
   Restart Axis and see if your service shows up. If it doesn't, it's a
   problem with your service.
3. Check axis.war/WEB-INF/lib. Does any one of the jars there contain your
   class? If not, ah, your class can't be found. Dump a jar with your class
   in there.

Anand

On Fri, 30 Jul 2004, rory galvin wrote:

:
: Im having the same trouble Suzy. Even though the Admin client is telling
: me that the web service has been deployed its not appearing as a deployed
: web service. If you have any joy finding out what the problem is let me
: know...
:
: >From: "Suzy Fynes" <[EMAIL PROTECTED]>
: >Reply-To: [EMAIL PROTECTED]
: >To: <[EMAIL PROTECTED]>
: >Subject: Classpaths for WSDD
: >Date: Fri, 30 Jul 2004 15:28:57 +0100
: >
: >Hi,
: >
: >I'm trying to deploy my wsdd file and have been having trouble. I can
: >view the current list of deployed webservices in axis from the main page
: >but when I tried deploying my deploy.wsdd, after running the adminclient
: >on it, the page is just blank from "And now some web services" down.
: >Does anyone have any idea what where I might be going wrong???I have a
: >feeling it's a classpath thing.
: >
: >This is the wsdd file im deploying
: >
: ><deployment xmlns="http://xml.apache.org/axis/wsdd/";
: >             xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
: >  <service name="BankModulusCheck" provider="java:RPC">
: >   <parameter name="className" value="BankModulusChecker"/>
: >   <parameter name="allowedMethods" value="*"/>
: >  </service>
: ></deployment>
: >
: >
: >Thanks!
: >Suzy
:
: _________________________________________________________________________________
: Add photos to your messages with MSN 8. Get 2 months FREE*.
:

Reply via email to