• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Websphere 5.0 - Applecation re-run after 5 Minutes

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo.
i have a problem with websphere 5.0. I'm using a Java Servlet (jdk 1.3.1 -HttpServlet) thats providing database services (Oracle 8.1).
a client make a request to the servlet (the application is runing in a websphere 5.0 server), the servlet is connecting to the Database and accomplishing a select statement. the response is given back to the client, who has made the request. necessary data is hold in a HttpSession that timesout after 20 minutes. the client can decide to make another request with the same session(using url-rewriting with session-id, no cookies). a select statement can run between a few seconds and more then 20 minutes.
with websphere 3 there is no problem. but with websphere 5.0:
after exactly 5 minutes, if the statement has not ended and the servlet has not send the response, it seems that the servlet proccess starts at the beginning and assess that the session is allreadey in use and aborts.
Its always exactly after 5 minutes. in the adminconsole of websphere there is no adjustment with 5 minutes. its no session timeout. only the application seems to rerun without a reason!
Whats the Problem? I need help.
S.Hennig
 
look! it's a bird! it's a plane! It's .... a teeny tiny ad
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic