does tomcat remove a servlet after some inactivity?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeet232
    New Member
    • Jul 2007
    • 22

    does tomcat remove a servlet after some inactivity?

    im using tomcat 5.5
    after few hours of inactivity, it seems like tomcat removes my servlet from memory, bcoz i'm loosing all the data created earlier.

    please help
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by jeet232
    im using tomcat 5.5
    after few hours of inactivity, it seems like tomcat removes my servlet from memory, bcoz i'm loosing all the data created earlier.

    please help
    Can you explain more about how you are losing this data?

    Comment

    • jeet232
      New Member
      • Jul 2007
      • 22

      #3
      when servlet remains inactive for few hours, tomcat removes the instance thus making all my data getting erased.

      how can i control this time interval in tomcat. like i want even if for 1 week, my servlet remains inactive-no client request, it shall not be removed from the memory. how can i.

      please help

      Comment

      Working...