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 guess what you could do is :
 
/*
    private static Class m_class = ServiceManager.class;
    InputStream is = m_class.getResourceAsStream("/" + filename);
*/
 
And thus place the DeployedServices.ds in any directory (which is in the CLASSPATH)
 
Gurus any other idea/s ?
 
 
 
 
 
 
 
 
 
 
 

----- Original Message -----
Sent: Friday, June 15, 2001 12:14 AM
Subject: DeployedServices.ds

Does anyone know how I can change the location of DeployedServices.ds to another location.  I tried to specify the new location in weblogic.properties, but when I deployed it I reveived an error.
 
Thanks.
 


Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to