You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by emiddio-verizon <em...@verizon.net> on 2008/09/05 01:59:38 UTC

axis2 vs axis1 -- Advanced Installation: adding Axis to your own Webapp

in http://ws.apache.org/axis/java/install.html#Step5InstallingNewWebServices

in section 
Advanced Installation: adding Axis to your own Webapp

it says you can "If you are experienced in web application development, and especially if you wish to add web services to an existing or complex webapp, you can take an alternate approach to running Axis. Instead of adding your classes to the Axis webapp, you can add Axis to your application."

this sounds like using axis as an api -- where one could build a j2ee app -- such as an Enteprise Application -- .EAR file.

-- which sounds like an axis1 web service app could be deployed to a j2ee app server without an axis.war having been deployed into a servlet container.

-------------

i have been looking to see if the same thing can be done with axis2 -- but so far i have not found any documentation applicable to this question ?

does anyone know the answer??

thanks