Log files not created at start-up on Windows

[CR #333357] When you start the Web Services Producer component on a Microsoft Windows platform, an error message appears in the Command Prompt window, and the producer.log and http.log files are not created. The Web Services Producer component starts correctly, and it is functional, but logging is not available.

The error message looks like:

log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: 
C:sybase\WS-12_5\logs\producer.log 
(The system cannot find the path specified)

Workaround: Edit the ws.properties file, and modify the entries for the following properties:

These property entries are generated with incorrect path delimiter characters when ASE Web Services is installed. The following example illustrates this problem:

C:\sybase/WS-12_5/props/producer.log

Edit the property entries so that the path specifications look like the following example:

C:\\sybase\\WS-12_5\\props\\producer.log