my session is expiring with the following message:

==> stderr.log <==
Feb 4, 2003 12:01:38 PM org.apache.jk.common.ChannelSocket processConnection
INFO: connection timeout reached

Is there a way to extend the session timout on jk2 ??

here is my worker2.properties (fyi, we are not load balancing through jk2)


#
#   workers2.properties

[logger]
level=DEBUG

[config:]
file=/etc/httpd/conf/workers2.properties
debug=0
debugEnv=0

[uriMap:]
info=Maps the requests. Options: debug
debug=0

# Alternate file logger
[logger.file:0]
level=DEBUG
file=/var/log/httpd/jk2.log

[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess
servers
file=/var/run/jk2.shm
size=1000000
debug=0
disabled=0

[workerEnv:]
info=Global server options
timing=1
debug=0

[channel.socket:10.3.17.131:8009]
info=Ajp13 forwarding over socket
debug=0
tomcatId=10.3.17.131:8009

[status:]
info=Status worker, displays runtime informations

[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:

#mappings
##########################
[uri:/*.jsp]
worker=ajp13:10.3.17.131:8009
[uri:/*.do]
worker=ajp13:10.3.17.131:8009
[uri:/*.info]
worker=ajp13:10.3.17.131:8009
[uri:/*.policy]
worker=ajp13:10.3.17.131:8009
[uri:/sqweb3/]
worker=ajp13:10.3.17.131:8009

Reply via email to