Hi, You can deploy Axis2.war in Jetty, just like in any other Servlet container. You can deploy the axis2.war as an exploded war file so that you can add new services etc.
http://ws.apache.org/axis2/1_3/installationguide.html#servlet_container * Get the axis2.war file * Go to Jetty webapps directory. e.g. /user/jetty/webapps * Create a directory called axis2 * Unpack the axis2.war archive file into the axis2 directory. jar xvf axis2.war * Remove the axis2.war file * Start Jetty Hope this helps. Upul On 8/29/07, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > > Hi, > Looking for some help on integrating Axis2 with Jetty. Appreciate any > links, writeup etc > > thanx > -yogen > > > > > > ------------------------------ > > NOTICE: If received in error, please destroy and notify sender. Sender > does not intend to waive confidentiality or privilege. Use of this email is > prohibited when received in error. >
