Saturday, 15 October 2011

Tomcat + Axis2 + Eclipse + Axis2 Code Gen Part 3

Part 3 Start Webservice


Go to C:\apache-tomcat-6.0.33\bin, click on startup.bat to start tomcat.

Axis2 will be automatically installed when you start tomcat.
It will detect there is a axis2.war in the C:\apache-tomcat-6.0.33\webapps\ and automatically install the Axis2.

After tomcat started, copy the C:\HookInForestSampleWS\build\ftp-alternative-ws.aar into C:\apache-tomcat-6.0.33\webapps\axis2\WEB-INF\services\

Web service will be installed upon the file copied into C:\apache-tomcat-6.0.33\webapps\axis2\WEB-INF\services\

Open the internet browser, browse URL http://localhost:8080/axis2/services/listServices
You will be able to see the deployed webservice.




No comments:

Post a Comment