Tuesday, 11 October 2011

Tomcat + Axis2 + Eclipse + Axis2 Code Gen Part 1

Recently done some works on tomcat webservice.
I am here to post some simple example, hoping that it can help some of you that working on the similar thing.

Part 1 Download & Setup

For part 1, please download the components as listed below :

Axis2 will run on JDK 5 and above.
I will use JDK 6 in this example, Please download the JDK 6 at
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Install it after download.

For Tomcat, please download the tomcat 6.0 version at
http://tomcat.apache.org/download-55.cgi
After download, please unzip it to C drive as C:\apache-tomcat-6.0.33

For Eclipse, please download the Eclipse IDE for Java EE Developers at
http://www.eclipse.org/downloads/packages/release/helios/sr2
After download, please unzip it to C drive as c:\eclipse

For Axis2, please download the Axis2-1.6.1 at
http://axis.apache.org/axis2/java/core/download.cgi
There are Binary distribution and War distribution, download both and
for Binary distribution, please unzip it to C drive as c:\axis2-1.6.1
for War distribution, please unzip it into C:\apache-tomcat-6.0.33\webapps

I have prepared a very simple java project folder 'HookInForestSampleWS', please download at
http://www.filedude.com/download/TM3rcNjgFra118029a7a
http://www.mediafire.com/?b3w6ni4byi7wbp2


After download please unzip to C drive as C:\HookInForestSampleWS

No comments:

Post a Comment