1.) Download the latest distributions of the required software.
Note : I am using JDK 1.5.0_14.
2.) Extract the jboss-5.0.1.GA.zip to a preferred location on your hard drive. We will refer to this folder as JBOSS_HOME from now onwards.
3.) Deploy Axis2 on JBoss.
We will use the Exploded WAR Deployment. Extract the axis2.war file in to
4.) Deploy Rampart.Copy the rampart-1.4.mar and rahas-1.4.mar to WEB-INF/modules directory.
The deployment structure is illustrated below.
And that's it. Now you can deploy the secure services by copying them to WEB-INF/services directory.
If you want to learn how to secure Axis2 web services using Apache Rampart module, following tutorials may help you to get started.
Web Services Security with Apache Rampart - Part 1 (Transport Level Security) Web Services Security with Apache Rampart - Part 2 (Message-Level Security)









