Can an Axis2 (version 1.5) application be deployed in the same way as an Axis 1 application?
In Axis1, I can put the jar files in WEB-INF/lib folder of my project (e.g. MyProject), create an EAR file (e.g. MyProj.ear) and deploy this EAR file in the Application Server of my choice (e.g. WebSphere) using the Admin console of the chosen application server. My question: Is the above approach possible in Axis 2? Meaning, can I put the jar files from Axis2 in WEB-INF/lib folder of my project (e.g. MyProj) , create an EAR file (e.g. MyProj.ear) and deploy that EAR file using the Admin console of the application server (e.g., WebSphere) of my choice? Will this approach work in Axis 2? The Axis2 documentation is not very clear on that. I understand that Axis2 provides easy way to deploy application using Axis2 Admin console (for AAR file) that requires deployment of axis2.war. But that is not the question here. An apporach provided in article is quite convoluted: http://www.devx.com/Java/Article/33839 Will appreciate answer to my question -- View this message in context: http://www.nabble.com/Can-Axis2-app-be-deployed-the-same-way-as-Axis1--Put-all-jars-in-WEB-INF-lib%2C-create-EAR%2C-deploy-using-admin-console-of-App-Server-of-choice-tp25722074p25722074.html Sent from the Axis - User mailing list archive at Nabble.com.
