You can specify a name and a path for the DeployedServices.ds file in the 
soap server configuration file (e.g. in a soap.xml file). You can create 
this ConfigFile (soap.xml or call it something else) and specify its 
location in your servlet's deployment properties.file. 

Have I confused you already? You can find more information on this at - 
http://xml.apache.org/soap/docs/guide/config.html

A sample soap.xml file is:

<!-- Apache SOAP Server Configuration File -->
<soapServer>
  <configManager value="org.apache.soap.server.DefaultConfigManager">
    <option name="filename" value="C:\Program Files\IBM\VisualAge for 
Java\ide\project_resources\IBM WebSphere Test 
Environment\hosts\default_host\default_app\web\PrdDeployedServices.ds"/>
  </configManager>
</soapServer>

Hope this helps,
Anvita


On Tue, 7 Aug 2001, cleveland cooke wrote:

> <html><div style='background-color:'><DIV>
> <DIV>Does anyone know how I can change the location of DeployedServices.ds to 
>another location.&nbsp; I tried to specify the new location in weblogic.properties, 
>but when I deployed it I received an error.</DIV>
> <DIV>&nbsp;</DIV>
> <DIV>Thanks.<BR></DIV>
> <DIV><BR><BR><BR>&nbsp;</DIV>
> <DIV>Cleveland Cooke </DIV>Software Engineer </DIV>
> <DIV></DIV>Blackboard,Inc. 
> <DIV></DIV>
> <DIV></DIV>
> <DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a 
>href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>
> 

Reply via email to