Re: Can Axis2 app be deployed the same way as Axis1? Put all jars in WEB-INF/lib, create EAR, deploy using admin console of App Server of choice

2009-10-02 Thread Greg Logan
mule_user wrote: 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)

Can Axis2 app be deployed the same way as Axis1? Put all jars in WEB-INF/lib, create EAR, deploy using admin console of App Server of choice

2009-10-02 Thread mule_user
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