Hi All,
I had an JAX-WS application deployed in WAS 8.5.5.2.
Actually my application developed in profileA-->Machine A is working fine.
Now, i am doing the same configuration in ProfileB --> Machine B from scratch for documentation and screenshots. I got many errors as org.apache.axis2.jar file under \AppServer\Plugins is not including in MachineB.
As an observation, i have removed the org.apache.axis2 jar from Plugins folder in
Machine A which results no applications works. So, internally my application is using axis2 to deploy the JAX-ws webservices.
Why the ProfileB-->MachineB is not included plugins folder jar files into the appserver automatically. Any configuration required for the same...