DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3733>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3733
session serialization problem
------- Additional Comments From [EMAIL PROTECTED] 2001-09-19 23:47 -------
the patch that i just attached fixes the problem. when i force a reload, the
stack traces no longer print out.
however, the only problem with this is that the init() method on the servlet
still doesn't get called at this point in time so i had to set the
<!-- Load this servlet at server startup time -->
<load-on-startup>5</load-on-startup>
for the servlet in the web.xml file.
this is an ok solution, but it should be documented that any servlet that
needs reloading has the load-on-startup set.
-jon