----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


aix 4.3.3
jserv 1.1b2
apache 1.3.9
db2 6.1 
jdk 1.1.8

I have successfully make the connection between servlet engine and
db2 but only have 1 connection active at a time.  All others 
are in a time_wait state.

Here is my jserv.properties file


wrapper.bin=/usr/jdk_base/bin/java
wrapper.bin.parameters=-mx128m
wrapper.path=/usr/lpp/db2_06_01/bin

wrapper.classpath=/usr/local/jserv/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/usr/local/jserv/classes
wrapper.classpath=/usr/lpp/db2_06_01/java/db2java.zip    
wrapper.classpath=/usr/lpp/db2_06_01/java/runtime.zip
wrapper.classpath=/usr/local/jserv/classes/activation.jar
wrapper.classpath=/usr/local/jserv/classes/mail.jar

wrapper.env=LD_LIBRARY_PATH=/usr/lpp/db2_06_01/lib
wrapper.env=LIBPATH=/usr/lpp/db2_06_01/lib
wrapper.env.copyall=true

bindaddress=localhost

port=8007

zones=root

root.properties=/usr/local/jserv/etc/zone.properties
#
# Thread Pool parameters
#########################

pool=false

pool.capacity=10

pool.controller=org.apache.java.recycle.DefaultController

security.selfservlet=true

security.maxConnections=160

security.authentication=false

log=true

log.file=/usr/local/jserv/logs/jserv.log

log.timestamp=true

log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
 
log.queue.maxage = 5000

log.queue.maxsize = 1000

log.channel.servletException=true

log.channel.jservException=true

log.channel.warning=true

log.channel.servletLog=true

log.channel.critical=true


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to