Hi,

 

   I installed axis in my system and I tied some of the examples also.
Everything worked fine.

 

Now I want to add axis to my existing web application for that I followed
the steps

 

To add Axis to an existing webapp, follow the steps below:

1. Copy all .jar files in the directory axis/WEB-INF/lib to the existing
webapp, for example, DemoApp/WEB-INF/lib.

2. Copy the classes directory in the directory axis/WEB-INF/ to
DemoApp/WEB-INF/.

3. Copy the file axis/WEB-INF/server-config.wsdd to DemoApp/WEB-INF/.

4. Copy the file axis/index.html to DemoApp/ and named it axis.html.

5. Copy all the Axis Servlet declarations and mappings from
axis/WEB-INF/web.xml and add them to DemoApp's web.xml.

6. Restart Tomcat and test Axis using the URL like this:
http://localhost:8080/DemoApp/axis.html

 

After these when I restarted tomcat its throwing exception  :
org.apache.axis.deployment.wsdd.WSDDException: Must include type attribute
for Handler deployment!

Can u please help me out in solving this??

 

 

Reply via email to