Re: DeployedServices.ds

2001-08-07 Thread Anvita Johri
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 al

RE: DeployedServices.ds

2001-06-18 Thread Matthew J. Duftler
Hi Cleveland,   Your question is answered in the "Server Configuration" section of the User's Guide.   Thanks, -Matt -Original Message-From: cleveland cooke [mailto:[EMAIL PROTECTED]]Sent: Friday, June 15, 2001 12:15 AMTo: [EMAIL PROTECTED]Subject: DeployedServices.ds Do

Re: DeployedServices.ds

2001-06-14 Thread Naggi Rao
Yes you are right we would have to place it in that directory..   I dont know if its been changed ..   The code in :   org.apache.soap.server.ServiceManager.java   Opens the file as : /* filename = "DeployedServices.ds"; FileInputStream fileinputstream = new FileInputStream(filename); */   I g