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 Francois Role <Fr...@wanadoo.fr> on 2003/01/12 16:03:33 UTC

Classes in axis\web-inf\lib but not found

When trying to deploy the AddressBookService sample I get the  error message
below. I have two questions :

1) Why can it find the StateType class? I have put it in a jar file in
axis\WEB-INF\lib (and also in Apache\lib and Apache\common\lib\ to be sure).


Processing file deploy.wsdd
- Unable to deploy typemapping: {urn:AddressFetcher2}stateType
java.lang.ClassNotFoundException: AddressFetcher2.StateType
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
...............................................................
org.apache.axis.client.AdminClient.main(AdminClient.java:341)
- <Admin>Done processing</Admin>

2) Am I  right in thinking that AdminClient should be launched in
axis\WEB-INF directory ? otherwise it merely modifies server-config.wsdd but
not really tries to deploy the service ?

Config :  JDK 1.3 and Axis 1.0 and Tomcat 4.0.1