Hi there,
I have got a question concerning session management.
How can I manipulate the duration of a session between a servlet
(jsp-page) and the client (web-browser) and what is the default
value?
Here is my problem:
I am using the Sun Development Webserver (comes with jswdk-
1.0.1) to test a servlet which is supposed to create a HTML-pages
from a database and templates. It is working fine so far but I could
not figure out yet how to make the servlet loading the page again,
after I have made some changes to either the data in the database
or the layout of the HTML template (so I have not made any
changes to the servlet source code).
I have put already a "close database connection" method within the
destroy() method of the servlet but it does not seem to be called by
the webserver.
Can anyone tell me what to do so that i do not have to start and
stop the webserver everytime I do some changes to the html-
template??
Thanks a lot.
iNGo.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets