1 Reply Latest reply on Jan 2, 2002 8:06 PM by paulward

    DeployedServices.ds

    alan

      The auto deploy feature of Jboss is excellent. However when using soap, I update the soap war with the new server code, package as an ear and redeploy. The only problem with this is that soap cannot find the old DeploymentDescriptor.ds file and I have to redeploy my soap services. Does anyone know how to get the DeploymentDescriptor.ds file from a named location

        • 1. Re: DeployedServices.ds
          paulward

          I know this is an ultrahack, but I was in a crunch for time and had no better alternative at hand. If you move a DeployedServices.ds file inside the soap.war at the root path, jboss will extract it into the soap tmp directory when the war is deployed and soap can pick it up from there.