Re: How to set services.xml parameters dynamically

2011-06-20 Thread Chinmoy Chakraborty
you can create the services.xml and deploy the service programatically on runtime...some code snippet could be following.. File servDir = new File(serviceDir); DeploymentFileData serviceData = new DeploymentFileData(servDir); ServiceDeployer serviceDeployer = new ServiceDeployer(); serviceDeploye

How to set services.xml parameters dynamically

2011-06-20 Thread Arpit Gupta
Hi all, I am using EJB as the service implementer in my web service. I need to deploy my web service on multiple servers. so, is there any solution to set "providerUrl" parameter dynamically in services.xml by reading the parameter from somewhere else at deploy time. Thanks, Arpit