- Start Apache Tomcat.
- Run this file:
install_directory\Attachmate\EAI\IMSTaskDesigner\ws\output\
task_name\AxisTarget\ant.exe
- Run this file:
install_directory\Attachmate\EAI\IMSTaskDesigner\ws\output\
task_name\AxisTarget\deploy.cmd
This starts the Ant script.
- Re-start Apache Tomcat.
 |
If you are running Apache Tomcat on the design-time computer, you may need to run deploy.cmd again, after you re-start Apache Tomcat, in order to successfully deploy the Apache Axis Web service. This is necessary because the Ant script used by Services Builder must be run once to copy the service JAR file, and again to run the Apache configuration tool. |
- Test your Web services deployment by typing the following into the address field of your browser:
http://server_name:8080/axis/services/task_name?wsdl
|