I am unable to deploy programmatically an archive file on axis soap server.
I am using following api......

ConfigurationContext context =
ConfigurationContextFactory.createConfigurationContextFromFileSystem(
"location of Web-inf directory of axis2 soapserver, "path of
".........WEB-INF/conf/axis2.xml")

AxisServiceGroup serviceGroup = DeploymentEngine.loadServiceGroup(aarFile,
context);
            AxisConfiguration xConfig = context.getAxisConfiguration();
            xConfig.addServiceGroup(serviceGroup);
............................................................................................................................

No exception is being thrown but when i m checking for deployed service from
GUI my service is not being shown in deployed service.

On the other hand the same service is being deployed successfully when i am
copying that file in the WEB-INF/services/  directory.
Please tell me where i am going wrong.
Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/programmatic-deployment-of-an-archive-file-on-axis2-server-tp15262726p15262726.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to