The URL must be of the format:
com.ibm.CORBA.ConfigURL=file:///<path to property file>
On UNIX platforms, add the following line to your .wscprc file:
com.ibm.CORBA.ConfigURL=file:///usr/WebSphere/AppServer/properties/sas.wscp.props
On Windows platforms, add the following line to your .wscprc file:
com.ibm.CORBA.ConfigURL=file:///C:/WebSphere/AppServer/properties/sas.wscp.props
Alternatively, if you are not using a WebSphere Control Program profile
(.wscprc file), you can specifiy the new properties file directly on the
Java command line in your wscp.bat (or .sh) file.
For example:
Dcom.ibm.CORBA.ConfigURL=file:///C:/WebSphere/AppServer/properties/sas.wscp.props
|