• 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

Tomcat inactivity problem

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have tomcat 5.0.28 running on a Linux machine (Redhat 9). The application running in this servlet container are called via apache web server(2.0.52) thro' the connector (mod_jk).

After a period of inactivity, the server doesn't respond to
requests. The process is alive but the requests are not attended. There is no firewall in between tomcat and web server.

Get the following error in mod_jk log
can't receive the response message from tomcat, network problems or tomcat is down, err=-2

Can you please inform how this problem could be solved?
 
reply
    Bookmark Topic Watch Topic
  • New Topic