• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problems with keep-live sessions in jk-8009 connector

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I've got an installation of Tomcat 5.5, Apache 2.0.52 and mod_jk 1.2.8.so. We have a java app running on this server that I'm running a few jmeter tests on. To my discovery the number of threads under the jk-8009 connector doesn't seem to disaspear after they been used and instead changing their status to keepalive. I've set the ajp13w.socket_timeout value to 10 seconds but they stay there until I restart Apache. Changing the timeout value doesn't seem to have any affect unless I set it to =1. First I thought that Jmeter was still holding on to these threads but after restarting my computer and logging in to the Tomcat manager all the threads were still there.

Has anyone else experienced similiar problems with mod_jk and Tomcat.

Thanks
S
reply
    Bookmark Topic Watch Topic
  • New Topic