Hi,
I created a service and a client java programs, then Deployed descriptor to
let the Axis know that the java program is a valid web service:
I create file name Order.wsdd  and place it in the current directory:

<deployment xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
 <service name="Order" provider="java:RPC">
  <parameter name="className" value="clientaxis.Battle.Order"/>
  <parameter name="allowedMethods" value="getBattle"/>
 </service>
</deployment>

Then, starteed the Tomcat server and deployed that file:
 D:\clientaxis\Battle\java org.apache.axis.client.AdminClient Order.wsdd

it was deployed successfuly however when I run in the browser
http://localhost:8080/axis/servlet/AxisServlet  I only get in the page:

"And now... Some Services"

I also see an exception:
 Exception:
java.lang.ClassNotFoundException: clientaxis.Battle.Order
       at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
er.java:1428)


HOW CAN I FIX THIS?
Thanks,
Eric





-----Original Message-----
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 8:49 AM
To: 'Tomcat Users List'
Subject: RE: servlet with Tomcat



Not quite, but certainly longer than should be necessary.  There was approx
3 or 4 months of "I can't get Tomcat to start" relating, I think, to not
being able to set JAVA_HOME on Windows XP, then a lull for a couple of
months, and now the current "make my servlet work NOW" issue.

Many people have tried to help, posting extremely specific and distinct
instructions, step by step, to no apparent difference.  Hopefully someday
things will work out.

John
  

> -----Original Message-----
> From: Denise Mangano [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 15, 2003 8:47 AM
> To: 'Tomcat Users List'
> Subject: RE: servlet with Tomcat
> 
> 
> Thanks for pointing that out Jeff - typo on my part :)  Has 
> he really been
> trying this for a year?? 
> 
> Denise Mangano
> Help Desk Analyst
> Complus Data Innovations, Inc.
> 
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to