Hi, I have a question. In my web application, when the user logs in, I have to load all State information from the database and display it.The State information will be common to all users.I would add new States into the database table. My question is what is the best way to get the state information from database and store it globally,so that, it can be shared by all users.
If I use servlet for this, and load the state information in the init(), I have to restart the server whenever I add new state information to the database, inorder to get the new states.I don't want the server to get restarted whenever I add state information to database.SO, this option is not feasible. Is there any other way to do this? Any ideas/suggestions to resolve this issue would be very helpful for me. Thanks in advance. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html