Adaptive Server Enterprise Web Services configuration properties

The ws.properties file contains configuration settings for Adaptive Server Enterprise Web Services.

Table B-1: ws.properties entries

com.sybase.ase.ws.interfaces

Indicates the location of the interfaces or sql.ini file for Adaptive Server Enterprise. The default location for UNIX is $SYBASE/interfaces, or %SYBASE%\ini\sql.ini for Windows.

com.sybase.ase.ws.libtcl

Indicates the location of the libtcl.cfg file used to identify LDAP servers. The default location for 32-bit platforms for UNIX is $SYBASE/config/libtcl.cfg, or %SYBASE%\ini\libtcl.cfg for Windows. The default location for 64-bit platforms for UNIX is $SYBASE/config/libtcl64.cfg, or %SYBASE%\ini\libtcl64.cfg for Windows.

com.sybase.ase.ws.producer.httpport

Indicates the port on which the Web Services Producer should listen for an HTTP connection. The default entry is “8181.”

com.sybase.ase.ws.producer.jettylogfile

Indicates where the logfile for HTTP requests should be placed. The default location is for UNIX is $SYBASE/WS-12_5/logs/http.log, or %SYBASE%\WS-12_5\logs\http.log for Windows.

com.sybase.ase.ws.producer.logfilename

Indicates where the logfile for the Web Services Producer component should be placed. The default location for UNIX is $SYBASE/WS-12_5/logs/producer.log, or %SYBASE%\WS-12_5\logs\producer.log for Windows.

com.sybase.ase.ws.producer.ssl.httsport

Indicates the port on which the Web Services Producer should listen for an HTTPS connection. The default entry is “8182.”

com.sybase.ase.ws.producer.ssl.keypassword

Indicates the password for the SSL certificate. No default is provided.

com.sybase.ase.ws.producer.ssl.keystore

Indicates the location of the keystore for SSL. The default location for UNIX is $SYBASE/WS-12_5/producer/keystore, or %SYBASE%\WS-12_5\producer\keystore for Windows.

com.sybase.ase.ws.producer.ssl.password

Indicates the keystore password for SSL. No default is provided.

com.sybase.ase.ws.producer.tuning.maxidletime

Indicates the maximum time in milliseconds a thread may remain idle. The default entry is “60000.”

com.sybase.ase.ws.producer.tuning.maxthreads

Indicates the maximum number of threads in the thread pool servicing the HTTP port. The default entry is “250.”

com.sybase.ase.ws.producer.tuning.minthreads

Indicates the minimum number of threads in the thread pool servicing the HTTP port. The default entry is “45.”

com.sybase.ase.ws.producer.tuning.ssl.maxidletime

Indicates the maximum time in milliseconds a thread may remain idle. The default entry is “60000.”

com.sybase.ase.ws.producer.tuning.ssl.maxthreads

Indicates the maximum number of threads in the thread pool servicing the HTTPS port. The default entry is “250.”

com.sybase.ase.ws.producer.tuning.ssl.minthreads

Indicates the minimum number of threads in the thread pool servicing the HTTPS port. The default entry is “45.”