Hi, Yoav and Andrew, Thanks both for your helpful responses.
>What if the container was restarted with several active sessions, >causing their serialization to disk, then deserialization when the >context starts back up, and then they timeout normally? That will give >you a negative counter. > I didn't know the container save the information when it is down. Is it new for the 5.0? > >>If I could pin point the occasion, I might solve it by now. I don't >observe >>any logs from the container during the time when the error occurs, but >I >>would like to know how set up logging messages for the problem. I don't >>know whether it is related with the container configuration. The tag >pool >>is disable. > >For starters, enable the AccessLogValve so that you can see both >requests (the one that fails and the one that succeeds) and their >response codes. You can also add logging to your JSP page. > After I enable the AccessLogValve, here is what I get in the access log file: 127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET /jsp/templates/stylesheet.css HTTP/1.1" 200 1558 127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET /favicon.ico HTTP/1.1" 404 3362 127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET / HTTP/1.1" 200 3738 I don't know what the "favicon.ico" is. It is not a part of the application. After I click the reload button, the log message is the following: 127.0.0.1 - - [10/Feb/2004:09:30:15 -0800] "GET /jsp/templates/stylesheet.css HTTP/1.1" 304 - So, the cause of the error is still a mystery to me. What informat in a JSP file can be used to figure out the problem if I insert a log in a JSP file? Thanks again. I have taken a big one step to solve the problem with both your helps. - v. ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
